blob: 4288cdc251b52685e88ecc40f6d3414d52502c8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// TMW2 Script
// Author:
// Jesusalva
006-2-2,35,24,0 script #PiouGate NPC_HIDDEN,1,0,{
end;
OnTouch:
// TODO Checks
dispbottom l("This gate is still sealed.");
end;
}
|