blob: b57844cb0f9009e355d74244ed21ef079e383d00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// TMW2 scripts.
// Authors:
// The Mana World Team
// Jesusalva
// Description:
// Cave logic
021-1,155,196,0 script #MainLogic NPC_NOSPRITE,0,0,{
if ($@CINDY_STATE == 0) goto L_Blocked;
//warp "031-4", 40, 70;
end;
L_Blocked:
dispbottom l("This place is reeking blood. We better come again later.");
end;
}
|