So, the code to make the couch solid is:
Code: ags
You don't need a special function or anything to set a property. Just put it in the room_load function or wherever you want to do it.
Also note that ".Solid" is capitalized as written.
oCouch.Solid = true;
You don't need a special function or anything to set a property. Just put it in the room_load function or wherever you want to do it.
Also note that ".Solid" is capitalized as written.