Difference between revisions of "Removemapflag"
From Hercules Wiki
(Created page with "==Syntax== * removemapflag "<map name>",<flag>; ==Description== This command removes a mapflag from a specified map. See 'setmapflag'. Category:Script_Command") |
(→Description) |
||
Line 2: | Line 2: | ||
* [[removemapflag]] "<map name>",<flag>; | * [[removemapflag]] "<map name>",<flag>; | ||
==Description== | ==Description== | ||
− | This command | + | 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]]. | ||
[[Category:Script_Command]] | [[Category:Script_Command]] |
Latest revision as of 23:42, 6 December 2013
Syntax
- removemapflag "<map name>",<flag>;
Description
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.