Scripts For Admins: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge →Summon Creatures: add some script names (TODO: add parameters & description) |
imported>AntumDeluge →Player Management: add EnableFeature & DisableFeature script |
||
| Line 206: | Line 206: | ||
:: '''amount:''' ''(optional)'' Number of items to drop. |
:: '''amount:''' ''(optional)'' Number of items to drop. |
||
:: '''item:''' Name of target item. |
:: '''item:''' Name of target item. |
||
=== Features === |
|||
{{Script|DisableFeature| |
|||
desc=Disables a feature, like keyring, for a player.| |
|||
params=<player> <feature>| |
|||
:: '''player:''' Name of target player. |
|||
:: '''feature:''' Feature to be disabled.}} |
|||
{{Script|EnableFeature| |
|||
desc=Enables a feature, like keyring, for a player.| |
|||
params=<player> <feature>| |
|||
:: '''player:''' Name of target player. |
|||
:: '''feature:''' Feature to be enabled.}} |
|||
=== Fix DM === |
=== Fix DM === |
||