Problem is this.
Two characters and two rooms 223 and 236.
When i use this script:
cJoy2.ChangeRoom(236) ;
cEgo2.ChangeRoom(236) ;
Characters changes room and they really are there.
When i use this script:
cJoy2.ChangeRoom(236, 314, 472) ;
cEgo2.ChangeRoom(236, 491, 472) ;
Characters disappeard. I deleted room 236 and made a new one but still don't work.
I changed script that characters moves from room 222 to room 236. Still don't work.
Then i try to use PlaceOnWalkableArea script. That works but because i need those characters to be in certain place i can't use it. I also changed from 32 bit colours to 16 bit colours and still don't work. Same problem is in every room from 236 and up.
So ChangeRoom works if i don't use coordinates.
How can i make this work?
Two characters and two rooms 223 and 236.
When i use this script:
cJoy2.ChangeRoom(236) ;
cEgo2.ChangeRoom(236) ;
Characters changes room and they really are there.
When i use this script:
cJoy2.ChangeRoom(236, 314, 472) ;
cEgo2.ChangeRoom(236, 491, 472) ;
Characters disappeard. I deleted room 236 and made a new one but still don't work.
I changed script that characters moves from room 222 to room 236. Still don't work.
Then i try to use PlaceOnWalkableArea script. That works but because i need those characters to be in certain place i can't use it. I also changed from 32 bit colours to 16 bit colours and still don't work. Same problem is in every room from 236 and up.
So ChangeRoom works if i don't use coordinates.
How can i make this work?