Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Rafael Rossi

5
Posts
1
Following
A member registered Nov 16, 2017

Recent community posts

Okay, Thanks for your time :D

I think there isn't any asset missing. I Just Download the GMS1 Version, and imported it to a fresh project. First a got the error from instance_destroy(myTextbox), but after i solved that i got the array error that i mentioned on my first comment, i dunno what to do.

(2 edits)

i just imported the file to a new project, and when i ran the game the problem popped up.

(1 edit)

Why The GMS 1 version throws this error ?:

___________________________________________
#######################################################################
FATAL ERROR in
action number 1
of Alarm Event for alarm 0
for object obj_textbox:

illegal array use
 at gml_Object_obj_textbox_ObjAlarm0_1 (line 73) - if(emotes != -1 and emotes[page] != -1){
#######################################################################

if the code is instance_destroy(a), doesn't a : 

with(a) instance_destroy(); 

be enough to make things right ??