DEPRECATED: The server data developed for the tmwAthena server used by The Mana World Legacy. All further development will take place in the "server-data" repo.
// here is based on the queststatus for the rescue Cindy quest, if the player can enter
// player can enter, if Cindy is already saved and the player has been invited, quest status > 2
// author: Jenalya
031-1,95,80,0|script|#Door|45,0,0
{
if (QL_CINDY > 2)
goto L_Warp;
message strcharinfo(0), "##3Door : ##BThe door is locked.";
end;
L_Warp:
warp "031-2", 23, 28;
end;
}