Hi everyone! I created a new action,
cheating, and I need to ask the player if he really wants to cheat.
I wrote this:
Code:
A thing can be actived or disabled.
Cheating is an action applying to nothing.
understand "cheat", "cheats" as cheating.
report cheating:
say "are you sure you want to activate cheats?";
if player consents:
say "cheats actived.";
now cheats are actived;
else:
say "cheats not actived.";
but it gives me this error:
Quote:
The phrase or rule definition 'report cheating' is written using tab indentations to show how its phrases are to be grouped together. But in that case the opening line needs to be on the left margin, not indented.
what's the problem??
thank you in advance! bye!