I am new to AGS this is my first time using it i have the newest version. I lookked up it the contents what the player.changeroomautoposition thing and tryed it in bolth the walk off bottom edge event and leave room event. If you are wondering the exit is on the bottom and i checked the walk space the edges everything i checked my code it seemed right I just can't find the problem. The poblem is i cant go from room to room i tried using the code:
function room_Leave()
{
player.ChangeRoomAutoPosition(2);
}
then i tried:
function room_LeaveBottom()
{
player.ChangeRoomAutoPosition(2);
} i did not get an error message my charecter just wont go into the
next room oh and i dont no if this will effect anything but the demetions of the two rooms are different
P.S. If you figured out this has horrible punctuation I know Im in a hurry. please exuse the bad punctuation. thanks for all the help.
function room_Leave()
{
player.ChangeRoomAutoPosition(2);
}
then i tried:
function room_LeaveBottom()
{
player.ChangeRoomAutoPosition(2);
} i did not get an error message my charecter just wont go into the
next room oh and i dont no if this will effect anything but the demetions of the two rooms are different
P.S. If you figured out this has horrible punctuation I know Im in a hurry. please exuse the bad punctuation. thanks for all the help.