blob: 912cd8a68d89f916af9f78b574837333a64727ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
010-2,23,70,0 script Josh NPC155,{
mes "[Josh]";
mes "\"We're working on getting the cellar pass open.\"";
close;
}
010-2,39,75,0 script Zack NPC155,{
@halloween_npc_id = $@halloween_npc_zack;
callfunc "TrickOrTreat";
mes "[Zack]";
mes "\"My brother and I are fixing the cellar pass.\"";
close;
}
|