Regarding attachnpctimer

wallaby

New member
Messages
78
Points
0
Hey guys and girls,

I'm not very familiar how attachnpctimer works, I came upon it in the hourly reward script which I found somewhere. My question is...

1. Can I attach the same character to multiple NPCs using the attachnpctimer? For example

NPC_A has attachnpctimer ""+strcharinfo(0)+""; and

NPC_B has also attachnpctimer ""+strcharinfo(0)+"";

Will they overlap and cancel/restart each others' timers? If this doesn't work, what would you suggest then so that I can time my players when they do many different quests which have time limits to them.

2. If I didn't stopnpctimer; and/or detachnpc... what happens if I talk to NPC_A and/or NPC_B again?

Thanks again for your time looking into this.

 
Back
Top