Display Message when Using Exit via Scripts #1606
Unanswered
KakashoLin
asked this question in
Creating games with Quest
Replies: 1 comment
-
|
Hello, Can you show us the code you're using? I imagine it's along the lines of: msg ("This is the text that should print!")
MovePlayer (room)
game.pov.attribute = new_value
msg ("This text should also print!") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems everytime I use the advance script function for exits, it seems it doesn't print any messages any only recognizes my move command and other change attribute command.
I have tried moving print message before and after moving player but it only seems to work if I use the built in print a message after using section.
Beta Was this translation helpful? Give feedback.
All reactions