Hello there C:
Here is my Code, and I think here is where I'm getting the error I have:
RespawnNivel1: OnTimer0: attachnpctimer; set $@npcaesconder$,""+strnpcinfo(0)+""; npctalk "Espera | "+$@npcaesconder$+""; initnpctimer ""+strnpcinfo(0)+""; end; OnTimer1: stopnpctimer ""+strnpcinfo(0)+""; npctalk "Listo | "+$@npcaesconder$+""; detachnpctimer; end;
I have multiple NPCs running on the same script (duplicates), so that's why I write "+strnpcinfo(0)+" on the arguments.
The error I got when running is that, ingame, the NPC doesn't show me the things on OnTimer1: label, and I don't know why,
the NPC says "Espera | 'NPCname'", but never says "Listo | 'NPCname'" :C
Help please C:
Thank you ;D