how do i set where the main character will be when i enter a room
In the character panel, you can set X,Y coordinates for each character.
Also, you could try setting character position from within a room's "enter screen (before fadein)" event.
(http://img116.exs.cx/img116/7716/roger3qg.jpg)
Quote
Also, you could try setting character position from within a room's "enter screen (before fadein)" event.
wtf ?????????????
Script something like below in that event:
character[JOHN].x=150;
character[JOHN].y=100;
Or:
In the Interaction Editor of the Region (found in Room Editor -> Areas), use Player - Go to a different room (at specific co-ordinates)