Item script: cashmount

Aurora

New member
Messages
121
Points
0
Emulator
Anyone knows the script for cashmount?

OnEquipScript: <"Insert cashmount script here">
OnUnequipScript: <"Insert remove cashmount script here">
 
TIA!
default_thx.gif

 
Anyone knows the script for cashmount?

OnEquipScript: <"Insert cashmount script here">
OnUnequipScript: <"Insert remove cashmount script here">
 
TIA!
default_thx.gif
  OnEquipScript: <"if(!hascashmount())setcashmount();">

 OnUnequipScript: <"if(hascashmount())setcashmount();">

 
Back
Top