CLEAN UP IN ISLE: HOW DO I MOVE FROM ROOM 2 ROOM!!(SOLVED)

Started by The Almighty Metroid, Thu 09/10/2008 01:53:22

Previous topic - Next topic

The Almighty Metroid

 :-\ what script would i write to have my character move from 1 room to another ???
Who is more foolish? The fool, or the fool that follows him?

Gilbert

Please, make some effort in reading the manual and the tutorials first. Most of your problems can be solved before asking such questions.

Also, please don't type in all CAPS the topic of a thread. :P

The Almighty Metroid

did you not read my signiture?
seriously...  8)
Who is more foolish? The fool, or the fool that follows him?

Gilbert

What is that to do with reading the tutorials? :P

People here are in general helpful, but they couldn't answer every single question if it is just about obvious and basic stuff that can be answered in a few minutes after reading the proper materials. Read the sticky rules thread of this forum. There are lots of helpful links that aid you in start making your own game.

densming


wotmeworry

the script command is...

player.ChangeRoom(int room, int x, int y);

or an easier alternative...

player.ChangeRoomAutoPosition(int room)

(also works with cCharactername instead of player)

pleas read the manual first!!

SMF spam blocked by CleanTalk