Let's say I get a NPC that loads before the one below to set @mapname$ = prontera.
@mapname$,97,147,0 script exampleNPC 48,{
mes "hi";
close;
}
It doesn't work (obviously because it's not within the brackets)
Is there a method for a NPC to spawn/create another NPC? I have some unique uses in mind for this.