npctimer question

Legend

New member
Messages
375
Points
0
Age
30
Location
Heaven ♥
Github
Legend95
Emulator
If i have 2 events running with initnpctimer,

for example is "x event" and "y event" started

and after a minute "x event" triggered its stopnpctimer,

the question is will "y event" be affected also with the stopnpctimer of "x event"?

Sorry for my noob question.
Hoping an answer to my question,
Thanks in advance!~

 
If both are started by initnpctimer

Y will get affected with whatever things you do in timers, if both event are on same npc.

If its different npc, timer won't be affected (unless you specify so)

 
1 trick that I used before is

one if them use sleep, then the other one use initnpctimer

then they wont get overwritten

 
There was once i made a script before, 2 different (separated) npcs...

the first npc triggers for initnpctimer and the second npc for stopnpctimer,

the two npcs collaborated and i don't know why it happened.

Anyways,

thank you so much for your time in answering my question 
default_happy.png
 
 

 
Back
Top