S serverkid New member Messages 48 Points 0 Aug 1, 2013 #2 is there a way to check mapflags in script? like for example, check if map have mapflag pvp or outdoor, etc...
is there a way to check mapflags in script? like for example, check if map have mapflag pvp or outdoor, etc...
S Samuel New member Messages 397 Points 0 Discord Elijah#5798 Github Samuel23 Emulator Aug 1, 2013 #3 *getmapflag("<map name>",<flag> This command checks the status of a given mapflag and returns the mapflag's state. 0 means OFF, and 1 means ON. See 'setmapflag' for a list of mapflags. Click to expand... you can always check doc/script_commands.txt
*getmapflag("<map name>",<flag> This command checks the status of a given mapflag and returns the mapflag's state. 0 means OFF, and 1 means ON. See 'setmapflag' for a list of mapflags. Click to expand... you can always check doc/script_commands.txt