Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - sqpp

#1
Thanks so much, you solved it :)

Next time, i should think before post :|
#2
Hello, i have a simple cutscene/intro when i starts the game, tried to make a simple function, but its doesn't work. I haven't got any error.

The character called cSalad

i tried the next in the Intro Room Script:

Code: ags

function on_key_press(eKeyCode keycode) 
{
  if (IsGamePaused()) keycode = 0; // game paused, so don't react to keypresses
  
  if (keycode == eKeyEscape) player.ChangeRoom(2, 100, 50); 
}


So if i would press ESC should be change the room to 2.

Any idea?
SMF spam blocked by CleanTalk