Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hiya, i'm trying to change the font, but it says 

___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Create Event
for object obj_pause:

Variable obj_pause.n(100040, -2147483648) not set before reading it.
 at gml_Object_obj_pause_CreateEvent_1 (line 46) - bstring[ n ]= " RESUME "; n++;
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Object_obj_pause_CreateEvent_1 (line 46)

(+1)

I guess you are using GMS 1.4, Just type n = 0 in the create event and the issue is as good as gone. Also if you are using a font an not sprites just remove the first font code then on the second you can just define the font name. I hope this solves your issue.

Deleted 3 years ago
(+1)

oh okay no problem. I'm glad i could help

Appreciate the helpful tips Kcfresh, you a real bro!

thanks, I couldnt have helped without your useful asset. I learned a lot from it.