Skits Posted February 25, 2020 Posted February 25, 2020 Could someone please convert CP to pods in the script. I will be truly grateful! please! npc_vip_ENG.txt Quote
0 Emistry Posted February 29, 2020 Posted February 29, 2020 if ( #CASHPOINTS < .vip_cashpoint[.@i] ) { change to if (countitem(<item_id>) < .vip_cashpoint[.@i]) { and #CASHPOINTS -= .vip_cashpoint[.@i]; change to delitem <item_id>, .vip_cashpoint[.@i]; Quote
Question
Skits
Could someone please convert CP to pods in the script. I will be truly grateful! please!
npc_vip_ENG.txt
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.