Is there actually a way to use scripts (to stop enemies, pick up food and score-increasing props?

xyz555

Member
Is there actually a way to use scripts (to stop enemies, pick up food and score-increasing props?) because I think this is unreasonable. It affects the rules of the game too much. I feel this should be caused by the engine.
BUG

thank you for the help
 
Hmmm... maybe you could try adding stealth to forbidden items?
If that doesn't work, you'd need to modify enemy's get item script to ignore forbidden items.
 
Sure, this is how I did on my game:

- in the item header, add this:

and on all enemy header, add this;



They won't pick it anymore :)
This engine should have many hidden instructions. Can it be compiled into a file and provided for download so that we beginners can use it more easily? Thank you for your help😍
 
Back
Top Bottom