blob: ca5a6f9ca70a86216d76c7596ace9d5259841b6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// TMW2 Script
// Author:
// Jesusalva
006-3,46,26,0 script Magic Barrier#0063 NPC_HIDDEN,0,0,{
end;
OnTouch:
//warp "006-3", 49, 52;
specialeffect(5000, SELF, .name$);
dispbottom l("The power which lies in Candor rejects your strength.");
sleep2(3000);
specialeffect(5002, SELF, .name$);
end;
}
|