blob: 5af88c59c156b63e6becdec0501689ccba8d9cf1 (
plain) (
tree)
|
|
030-2,85,43,0 script Valjas NPC330,{
callfunc "XmasStates";
callfunc "ThrowOutTheBum";
if(@getout) end;
mes "[Valjas]";
mes "\"...\"";
close;
}
030-2,89,43,0 script Halas NPC330,{
callfunc "XmasStates";
callfunc "ThrowOutTheBum";
if(@getout) end;
mes "[Halas]";
mes "\"...\"";
close;
}
030-2,89,84,0 script Kilis NPC330,5,2,{
callfunc "XmasStates";
callfunc "ThrowOutTheBum";
if(@getout) end;
mes "[Kilis]";
mes "\"...\"";
close;
OnTouch:
callfunc "XmasStates";
callfunc "ThrowOutTheBum";
end;
}
|