Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For two, if memory serves the issue you're getting is something involving an invalid variable or function in the outside room event of the object leroy, and it's either I've lost some skills in gml or we'd need to see some of the code. Really wish I could be of more help but there isn't much to go off of.
For three, it'd probably be best to use the official gamemaker forums here http://gmc.yoyogames.com/ next time.
If that doesn't work though, then you'll need to go over these. I can tell that something's supposed to happen when obj_leroy leaves the room, is it to advance to the next room or to reset him back to the start or what? Should another object be in the way and stop him from leaving the room, and that's doing nothing, or that he'll still interact with that object but sometimes that doesn't work? When exactly does this error occur? As for the actual code, just copy and paste what's in obj_leroy in the outside room event, and if absolutely necessary just try to find a better error-free way of doing the same thing if possible.
location = instance_create(0,0,obj_location)
with (location)
{
north = -1
south = -1
east = room2
west = -1
}
and clicked persistant.