Hello guys,
firts of all, please forgive my mistakes, English isn't my mother language.
It seems as silly question, but I REALLY can't make my character changing room.
I've read all the posts, wikia and so on, but can't figure out what am I doing wrong.
I created hotspot (the door) and I imagine, that clickin on it will move my char to the other room.
Code: ags
The second room is created of course.
After interacting with the door, I get:
Any as plain as day ideas and advices?
Thank you guys
MichaЂ
firts of all, please forgive my mistakes, English isn't my mother language.
It seems as silly question, but I REALLY can't make my character changing room.
I've read all the posts, wikia and so on, but can't figure out what am I doing wrong.
I created hotspot (the door) and I imagine, that clickin on it will move my char to the other room.
function hDoor_Interact()
{
cKiniol.ChangeRoom(2, 440, 470);
}
The second room is created of course.
After interacting with the door, I get:
Quote---------------------------
Adventure Game Studio
---------------------------
An internal error has occurred. Please note down the following information.
If the problem persists, post the details on the AGS Technical Forum.
(ACI version 3.3.4.2)
Error: prepare_script: error -18 (no such function in script) trying to run 'room_Leave' (Room 1)
---------------------------
OK
---------------------------
Any as plain as day ideas and advices?
Thank you guys
MichaЂ