Skits Posted February 25, 2020 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 73 Reputation: 2 Joined: 02/10/20 Last Seen: June 6, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted February 29, 2020 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
Question
Skits
Could someone please convert CP to pods in the script. I will be truly grateful! please!
npc_vip_ENG.txt
Link to comment
Share on other sites
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.