Posted by Pele on June 24, 1998 at 15:16:28:
In Reply to: cog help not that hard posted by hatter on June 24, 1998 at 14:13:17:
symbols
thing officer
message killed
end
code
killed:
If(GetSenderRef()!=officer) Return;
jkendlevel(0);
Return;
end
This will end the level as a failure if the officer dies. the only way to restart the level is to end it as a failure.
Good Luck!
--Pele