Fangames > Engines

I Wanna Be the Engine KS Edition (For GMStudio)

<< < (25/25)

lawatson:
Just an addition: If you duplicate an object, it'll have all the events set to happen in the object it was duplicated from (Which obviously is not a good idea since that means that most likely variables won't be read even if you set them). You can fix this at a moment's notice by changing the object that the code runs (Top right of the code screen).

B0shyl0rd:
 :BibleThump: I need help

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

global variable difficultySelect(100022, -2147483648) not set before reading it.
 at gml_Object_savePointMedium_CreateEvent_1 (line 3) - if (global.difficultySelect && global.difficulty > 0) {
############################################################################################

Kyir:
You did something that's causing the global difficulty variable to not get set properly when the game starts/loads.

B0shyl0rd:
All I did was make a second room and put a save
(and yes I read the readme on the teleporter)

patrickgh3:
For this kind of error, where the error itself could be anywhere in the project, it's best to upload your project gmz (go to File -> Export Project). My guess is you have your new room at the top of the list, when rInit should always be at the top so it's the starting room.

Navigation

[0] Message Index

[*] Previous page

Go to full version