Quote from: Khris on Mon 06/05/2019 12:52:39
You can also use Game.DoOnceOnly(unique_string) for this:Code: ags if (HasPlayerBeenInRoom(3) && player.PreviousRoom == 4) { if (Game.DoOnceOnly("was in 3, entered from 4")) Display("The message to show."); }
Wow! It works and is more elegant! Thank you very much. There are a lot of "prefabricated" commands that I still do not know
