Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

GMRoomPack

Package GameMaker rooms and load them as you please · By YellowAfterlife

Instance Variables in Room Editor not being loaded

A topic by beenbaba created 86 days ago Views: 65 Replies: 4
Viewing posts 1 to 3
(2 edits)

Hello - It seems that object instance variables that are set through the room editor don't come through when that room is loaded with room pack. They seem to come through as the defaults instead. Is there anyway to get them to load like they are set in the room editor?


I've set the Z to 1 here in the room editor. When this room gets loaded by roompack it's set at 0 which is the default instead

Developer

Variable definitions may contain arbitrary code so you’ll have to specify what do you want to do with that.

Ah okay, I'm not sure how to do that. Can you give me an example based on the above on what that would look like?

Developer

There are examples in the documentation for 4 different extensions

Okay got it to work using GMLive, thanks