DEPRECATED: The server data developed for the tmwAthena server used by The Mana World Legacy. All further development will take place in the "server-data" repo.
//
018-3.gat,67,28,0|script|Evil Obelisk|185,
{
callfunc "ClearVariables";
set @map$, "018-3.gat";
set @x0, 56;
set @y0, 22;
set @x1, 77;
set @y1, 37;
callfunc "EvilObelisk";
//clearing vars
set @map$, "";
set @x0, 0;
set @y0, 0;
set @x1, 0;
set @y1, 0;
close;
}