Hello
So, I have some instance variables in my spaceship sprite (weapon_1_ammo, weapon_2_ammo ...) and I want to write out my ingame screen.
I don't want to use global or locale variables for this. The 'set text' function is can't use instance vari of my ship. It's just can use the global and locale vari.
Is there something solution for this?