Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] defined survivor classe in Channel

Joined
Sep 3, 2013
Messages
903
Reaction score
227
Hello,

I search how to defined

Like
Code:
if(Survivors.DevAcc.visible)
{

}

in PlayChannelScreen , i try add line :

Code:
    import warz.frontend.SurvivorsScreen;
    import warz.dataObjects.Survivor;
Thanks You.
 
Experienced Elementalist
Joined
May 28, 2017
Messages
225
Reaction score
127
Simplest way is, to define that in the main source code, there u make an if statetment with the boolean of DevAccount, than you just visible that DevAccount Tag you have added in the flash src.
 
Upvote 0
Back
Top