Resources > Coding

[Request / Listing] more room issues >_<

(1/1)

xxbloodlustxx:
Okay so when I chop down a bush, and leave the room, and then come back, the bush is still chopped down. That issue is solved when I make the room not persistent, however when i re-enter the room, there are two Links!! One where I set him to begin the game, and one where I set him to go to when he leaves the other room. Sorry, my programming skills aren't exactly topnotch. :( I'm trying to learn though.

AoDC:
You must have another link in the other room. Check creation code as well. Double check Room Creation events? Check everything. Itrs in the last place you look.

therabidwombat:
Instead of placing link directly in the room, have this code


--- Code: ---if (!instance_exists(linksobjectnamehere))
{
  instance_create(xpos, ypos, linksobjectnamehereagain)
}
--- End code ---

xxbloodlustxx:
Hey thanks, it worked.

Navigation

[0] Message Index


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Go to full version