Hello,
This is my first time posting here.
Sorry if my question is stupid/already answered in forums or is in manual.
But I couldn't find my answer anywhere so I gave up and came to ask here.
I want to do this:
My character changes room and in the new room my character isn't visible and the dialog options are displayed after the fade in.
When the player chooses the option number one the room changes again to another room.
in dialog scripts i wrote this:
Code: ags
But when i choose option number one in game, nothing happens.
What's the problem?
This is my first time posting here.
Sorry if my question is stupid/already answered in forums or is in manual.
But I couldn't find my answer anywhere so I gave up and came to ask here.
I want to do this:
My character changes room and in the new room my character isn't visible and the dialog options are displayed after the fade in.
When the player chooses the option number one the room changes again to another room.
in dialog scripts i wrote this:
@1
player.ChangeRoom(1);
But when i choose option number one in game, nothing happens.
What's the problem?