eto na po boss yung huling NPC bago po mag exit po , yang parang warp po HorrorToyFactory.txt
d2 yata na part yan boss
1@xm_d,218,150,5 script #exwp1 PORTAL,{
mes "Will you exit?";
next;
if (select( "Take a look around", "Go outside" ) == 1) {
mes "Stop the machine.";
close;
}
close2;
warp "xmas",233,300;
end;
}
1@xm_d,210,141,3 script Packaged Present#1 4_TREASURE_BOX,{
specialeffect EF_COIN;
disablenpc instance_npcname( strnpcinfo(0) );
initnpctimer;
end;