Skip to content
Discussion options

You must be logged in to vote

Sorry, I didn't know about this difference.

Even on a PC browser, the alias for exits is just a dropdown.

In the desktop editor, it's a dropdown, but we can also type in whatever we please (as you know).

I don't know how that works, unfortunately. I can give you a workaround, but it's two extra steps for each exit you want to give an alias.

  • Give the exit a name (this is to refer to the exit in a different script)
  • Add this to the game object's start script: myexitname.alias = "myexitalias"

Add that line for each exit you want to assign an alias, substituting myexitname for the name you give the exit, and "myexitalias" for its alias.

Click here to view animated GIF

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@David-Jareth-Bowie
Comment options

@KVonGit
Comment options

KVonGit Feb 28, 2025
Collaborator

Answer selected by David-Jareth-Bowie
@David-Jareth-Bowie
Comment options

@KVonGit
Comment options

KVonGit Feb 28, 2025
Collaborator

@David-Jareth-Bowie
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants