blob: 4894dad8d8749e31d37bca0f90e0400da971f944 (
plain) (
tree)
|
|
// A barrier in the magic school to keep less experienced players out of the canyon
024-2.gat,31,24,0|script|#MagicSchoolBarrier1#M|0,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;
}
|