AurieFramework / YYToolkit

The definitive internal modding tool for GameMaker games
GNU Affero General Public License v3.0
72 stars 10 forks source link

Can't execute a script using script_execute() #51

Closed EdyDude closed 12 months ago

EdyDude commented 1 year ago

image

Archie-osu commented 1 year ago

What game and what script are you trying to execute?

EdyDude commented 1 year ago

Godzilla Creepypasta 0.0.2. The scripts that i want to execute is: script_execute(84) for draining health, script_execute(85) for draining power, script_execute(86) for recovering health and script_execute(87) for recovering power.

Archie-osu commented 12 months ago

Upon further research, this seems to be due to missing arguments. Closing.

fixdude commented 11 months ago

you need to input additional arguments. i don't know what they do. so just put in 2 or 3 zeros

EdyDude commented 11 months ago

I'll try