Toemmsen96 / ChatCommands

Mod to add /commands to the chat to Lethal Company, especially for testing mods and messing around
MIT License
3 stars 1 forks source link

@me and @playername issue. #19

Closed LethalCompanyEnjoyer closed 4 months ago

LethalCompanyEnjoyer commented 4 months ago

I'm having the same issue but the @me and @playername BOTH don't work, so I'm at a loss. They both just put the items in the facility, image_2024-06-02_010642142 image

Toemmsen96 commented 4 months ago

Use it without the ( )- Brackets. These are just there to emphasize that they are optional in the description So like /spwscr PillBottle a=5 p=@me v=10000

Toemmsen96 commented 4 months ago

The default value of a is 1 so if you just want one you can leave that away and the default of v is 1000

Toemmsen96 commented 4 months ago

I'm having the same issue but the @me and @playername BOTH don't work, so I'm at a loss. They both just put the items in the facility, image_2024-06-02_010642142 image

And for p=@"playername" you would replace "playername" with your name or the players one you want to spawn it on, for example: /spwscr cog p=LethalCompanyEnjoyer

LethalCompanyEnjoyer commented 4 months ago

Thanks for fixing the problem! 👍