[Holley] Npc Time Problem

Join Discord

tuningtonight

Dedicated Member
Dedicated Member
Mar 2, 2010
63
0
32
It works of the following form:

#IF
hour 04 4
#ACT
movenpc "gm,15,16,chaman" gm 10,15
Eventmsg Grobal "Chaman appears" 10032
delaygoto [grobal] 20 @Back
break

[@Back]
#ACT
Eventmsg Grobal "Chaman dissapears" 10032
movenpc "gm,10,15,chamn" gm 15,16
break

There is a problem, npc appears and disappears twice followed, any solution?