what is not working in the script ???
if(lostinforest!=2) warp "prontera",141,229;
it will only warp the player back to prontera if the variable condition matched...
if(forestfallen==1)end;
dispbottom "You wake up in a mysterious forest";
a message will be display if your variable forestfallen not equal to 1
read this Attachrid