So I decide to use a code like this. The game is meant to stop if the player actor touches a certain gem (the "Ruby"). So I've put on a collision command for when it does this, and in Script Editor I wrote:
SuspendGame;
But I get the following error (in this exact wording):
- Code: Select all
Warning: Line 1: Please try use a function without arguments. This function will not execute.
There are some errors in this Script but are not fatal. Proceed anyway?
Any help?