how can i make obgects appear after...

Started by frenchy_117, Thu 01/05/2003 14:49:33

Previous topic - Next topic

frenchy_117

How can i make objects appear when my main character changes veiws ???
The game is good and i am ugly. dont ever expect the whole package. Thr road through life!!!

scotch

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..

frenchy_117

The game is good and i am ugly. dont ever expect the whole package. Thr road through life!!!

Andail

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

frenchy_117

The game is good and i am ugly. dont ever expect the whole package. Thr road through life!!!

Enlaithion

Did you get it to work like you want?

SMF spam blocked by CleanTalk