gameserverapp / Platform

Contribute to GameServerApp. Upvote suggestions, post new ideas and report bugs.
https://docs.gameserverapp.com
11 stars 9 forks source link

RCON {character.id} Varible not working for scriptcommand #834

Closed ADDWIRE closed 4 months ago

ADDWIRE commented 4 months ago

DESCRIPTION I'm trying to spawn a tame with a mod on my server; the command works using my EOS ID when I manually put it in the command line, but when I put in {character.id} into the command line, it doesn't work.

Server Log when it doesn't work "GiveItemToPlayer': Bad or missing property 'PlayerID' when trying to call GiveItemToPlayer"

To Reproduce Steps to reproduce the behavior:

  1. scriptcommand PCS.SpawnDino {character.id} Blueprint'/Game/PrimalEarth/Dinos/Argentavis/Argent_Character_BP.Argent_Character_BP' 150 100 0
  2. It doesn't work
  3. scriptcommand PCS.SpawnDino 0002b1dXXXXXXXXbXXx79bcb5b7eXXXa Blueprint'/Game/PrimalEarth/Dinos/Argentavis/Argent_Character_BP.Argent_Character_BP' 150 100 0
  4. The Command Works.

Expected behavior A Cryopod spawns in the player's inventory with a dino inside.

Screenshots No Screenshots

Additional context The command works when I manually enter the Player EOS But Doesn't when the {character.id} Variable is inserted. Also {Character.id} works for items being delivered 100%

mvaessen commented 4 months ago

Hi, this section is only for gsa issues. For help with in-game commands you can check out our discord and use one of the game channels.

ADDWIRE commented 4 months ago

Thanks, I thought since GSA isn't translating the variables correctly for that command, that it should be here. Who do premium members get support? is there a ticket system?