03-23-2020, 06:25 AM
(03-23-2020, 03:50 AM)Gatete Wrote: So I took a look to the engine, that was a fairly easy fix
Just add in the create event of obj_shell_held this
Code://Force Mario to hold this
if (instance_exists(obj_mario))
obj_mario.holding = 2
do I create a new event or just add it to an existing one? And what kind of event should I use if I have to make a new one?