Try this..
and please be specify with what you want next time.
menu "Last Warp ^777777["+lastwarp$+"]^000000",-," ~ Save",Save," ~ Died",LastDie,
" ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons,
" ~ Guild Castles",Castles, " ~ Special Areas",Special;
if (lastwarp$ == "") dispbottom "You have not warped anywhere yet.";
else warp lastwarp$,lastwarpx,lastwarpy;
close;
LastDie:
if (@diemap$ == "") dispbottom "You have not Died anywhere yet.";
else warp @diemap$,@diex,@diey;
end;
OnPCDieEvent:
getmapxy(@diemap$,@diex,@diey,0);
end;