How can i make objects appear when my main character changes veiws ???
Well, making objects appear and dissapear is done with ObjectOn(int object); and
ObjectOff(int object);
You can do that anytime.. if you change the view with SetCharacterView(int char, int view); just add ObjectOn(int object); after it to make an object appear..
but my obgects are in other rooms ???
Frenchy, the whole point with objects is that you import them to a certain room.
What difference does it make if they are turned on and off in another room?
If you want a specific object to be turned off or on when the character enters a room, just put the functions Scotch suggested in the "player enters room" trigger
thanks
Did you get it to work like you want?