blob: e9dfeec37872214dc2deba349349ef1703a9dd70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// TMW2 Script
// Author:
// Jesusalva
006-0,66,62,0 script Magic Barrier#Pi NPC_HIDDEN,0,0,{
end;
OnTouch:
//warp "006-2", 49, 53;
dispbottom l("Please use the warp to the right");
end;
}
|