Tail Divider/Extra Notes: Difference between revisions

From Flexible Survival
Jump to navigationJump to search
Crystala (talk | contribs)
Created page with "The syntax for using the tail divider is as following: [if stat Misc/Tail Divider of [player] = 1]New manytail description[otherwise]original tail description[end if]"
 
Songbird (talk | contribs)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The syntax for using the tail divider is as following:
Creatures that support this item are listed [[:Category:Supports Tail Divider|here]]. More will be added as their code is updated; submit a +request if you have one you want updated sooner!


[if stat Misc/Tail Divider of [player] = 1]New manytail description[otherwise]original tail description[end if]
The items is permanent when used, and persists through death and taking [[Universal Antidote]]s. Using a second will turn off the effects.
 
The syntax for using the tail divider is as follows:<br>
<code>[if stat misc/Tail Divider of [player] == 1]New manytail description[else]original tail description[end if]</code>

Latest revision as of 21:10, 6 September 2014

Creatures that support this item are listed here. More will be added as their code is updated; submit a +request if you have one you want updated sooner!

The items is permanent when used, and persists through death and taking Universal Antidotes. Using a second will turn off the effects.

The syntax for using the tail divider is as follows:
[if stat misc/Tail Divider of [player] == 1]New manytail description[else]original tail description[end if]