Advertisement
KujiUn

DEF Set Macro

Dec 28th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [h:input(
  2. "type|Natural,Ambiance,Mana,Electricity,Material,Genesis,Flow,Pathos,Procreation,Mass,Entropy,Mundane,Death,Logos,Artifice,Industry,Cosmos|Type|LIST|SELECT=11 VALUE=STRING",
  3. "stat|DEF,MDEF,SPD|Stat|LIST"
  4. )]
  5.  
  6. [h,switch(stat):
  7. case 0: stat = "DEF / {AttackEvasion}";
  8. case 1: eff = "MDEF / {MagicalEvasion}";
  9. case 2: eff = "SPD / {SpeedEvasion}"
  10. ]
  11.  
  12. [h:setProperty("CurrentEvasion",add(type," / ",stat))]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement