Skip to content

Player object listed in room description (and in the pane) en Español #1283

Discussion options

You must be logged in to vote

I think that the issue is in Core.aslx.

We have the lines (line 252 onwards):

    if (game.pov = null) {
      playerObject = GetObject("player")
      if (playerObject = null) {

Really, I suspect that this default name should be checked against some name taken from a template specified in the language file, trying "player" as a backup only if that one fails.

Also, it would probably make sense if WorldModel/WorldModel/Core/Templates/Espanol.template included a default value for the pov attribute.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@KVonGit
Comment options

KVonGit Dec 11, 2024
Collaborator Author

@TextMisadventures
Comment options

Answer selected by KVonGit
Comment options

KVonGit
Jan 2, 2025
Collaborator Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants