Hi i was wondering how does the showevent command works? Can anyone paste a simple script of a showevent (quest) on an npc?
Heres my script but it doesn't show the quest icon.
Heres my script but it doesn't show the quest icon.
new_1-1,58,112,5 script Skia 888,{
showevent 1,1;
mes "Hello";
close;
end;
}