A Aurora New member Messages 121 Points 0 Emulator Apr 19, 2015 #2 Anyone knows the script for cashmount? OnEquipScript: <"Insert cashmount script here"> OnUnequipScript: <"Insert remove cashmount script here"> TIA!
Anyone knows the script for cashmount? OnEquipScript: <"Insert cashmount script here"> OnUnequipScript: <"Insert remove cashmount script here"> TIA!
A Angelmelody (\ /) ( . .) Messages 772 Points 0 Age 32 Location new_1-1,53,111 Github Angelmelody Emulator Apr 19, 2015 #3 Aurora said: Anyone knows the script for cashmount? OnEquipScript: <"Insert cashmount script here"> OnUnequipScript: <"Insert remove cashmount script here"> TIA! Click to expand... OnEquipScript: <"if(!hascashmount())setcashmount();"> OnUnequipScript: <"if(hascashmount())setcashmount();">
Aurora said: Anyone knows the script for cashmount? OnEquipScript: <"Insert cashmount script here"> OnUnequipScript: <"Insert remove cashmount script here"> TIA! Click to expand... OnEquipScript: <"if(!hascashmount())setcashmount();"> OnUnequipScript: <"if(hascashmount())setcashmount();">