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.
// A barrier in the magic school to keep less experienced players out of the canyon
024-2.gat,31,24,0|script|#MagicSchoolBarrier1#M|127,1,1,
{
callfunc "MorganState";
if (@morgan >= 4)
goto L_End;
goto L_PushBack;
L_PushBack:
warp "024-2.gat", 34, 24;
goto L_End;
L_End:
end;
}