summaryrefslogtreecommitdiff
path: root/world/map/npc/018-3/evil-obelisk.txt
blob: c80e3b595ac7974b03cbbeb5b85f00fb5f965f75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
//

018-3.gat,67,28,0|script|Evil Obelisk|185,{
    callfunc "ClearVariables";
    set @map$, "018-3.gat";
    set @x, 67;
    set @y, 28;
    callfunc "EvilObelisk";
    close;
}