I need help on a script that limits only one person talk to the npc once it's been using [progress bar casting], it's for my fishing game, but I'm not sure how can I make it works.. I've tried..
if (.using != 1){
set .using, 1;
it works when someone's talking to it, ...but this stopped all the duplicated NPCs once someone's using... and if the person walk away during un-finish progress, the NPC itself will be stopped functioning... So... I'm looking for a better scripts/ codes for this...
Please give me some tips if you have the knowledge for this? Maybe strcharinfo(0), setnpctimer (getnpctimer(0) -15000); ??
Question
Talon
I need help on a script that limits only one person talk to the npc once it's been using [progress bar casting], it's for my fishing game, but I'm not sure how can I make it works.. I've tried..
if (.using != 1){
set .using, 1;
it works when someone's talking to it, ...but this stopped all the duplicated NPCs once someone's using... and if the person walk away during un-finish progress, the NPC itself will be stopped functioning... So... I'm looking for a better scripts/ codes for this...
Please give me some tips if you have the knowledge for this?
Maybe strcharinfo(0), setnpctimer (getnpctimer(0) -15000); ??
Edited by TalonLink to comment
Share on other sites
10 answers 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.