misceffect OnTimer

Last edited by a moderator:
I don't think so, but you can write the OnTimer label on the NPC you need it on and just initnpctimer from the npc you want to call misceffect:

Code:
*initnpctimer	{ "<NPC name>" {, <Attach Flag>} }
 
Back
Top