Hey guys, I'm trying to use FindDead to go back to the spot where I am fighting. Right now I have this:
Simba Code:Procedure DeathCheck;
begin
If(FindDead) Then
begin
WriteLn('You died. Returning to rats..');
WalkToRats;
end else
exit;
end;
But it does not work. Am I doing something wrong?
Thanks



Reply With Quote











