jamesandrew Posted November 29, 2023 Posted November 29, 2023 (edited) I need help with an NPC script that resets the SN Death Counter in return for 10 Red Pots. Edited December 1, 2023 by jamesandrew Quote
1 Nyaniverse Posted December 1, 2023 Posted December 1, 2023 On 11/29/2023 at 12:02 PM, jamesandrew said: I need help with an NPC script that resets the SN Death Counter in return for 10 Apples. prontera,150,150,4 script Resetter 69,{ if(PC_DIE_COUNTER > 0 && countitem(501) >= 10){ delitem 501,10; PC_DIE_COUNTER = 0; mes "Your PC_DIE_COUNTER has been reset to 0."; close; } mes "No die counter or not enough Red Potion."; close; } It's just a rough script but you should be able to make it work the way you want it, it has everything you need 1 Quote
Question
jamesandrew
I need help with an NPC script that resets the SN Death Counter in return for 10 Red Pots.
Edited by jamesandrew1 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.