Posts
513
Respect
49Add +1
Forum Rank
Zombie Enslaver
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
Haven't used flags in a while so i'm just guessing here...
flag_init - Declaring the flag so that it can be used later - usually before _load.
flag_set - send a notify that the flag is active/triggered,
You really don't need to use flags, like ever. You can do everything via variables or notifies.