blob: ff25f79b928705ab6c6ffb050e8a14806fb3688a (
plain) (
tree)
|
|
// TMW2 Script
// Author:
// Jesusalva
006-3,41,36,0 script Sign#0063PI NPC_SWORDS_SIGN,{
mesc l("*the text is too faded out to read*");
close;
OnInit:
.sex = G_OTHER;
.distance = 3;
end;
}
// Effective warp
006-3,66,62,0 script Magic Barrier#0063 NPC_HIDDEN,0,0,{
end;
OnTouch:
//warp "006-2", 49, 53;
//dispbottom l("Please use the warp to the right");
dispbottom l("This area is not yet ready. Please use the portal to the right instead.");
end;
}
|