Neos-Metaverse / NeosPublic

A public issue/wiki only repository for the NeosVR project
193 stars 9 forks source link

Creating an existing Cloud Variable overrides the existing one. #3888

Closed Psychpsyo closed 7 months ago

Psychpsyo commented 1 year ago

Is your tweak request related to a problem? Please describe.

I'm always frustrated when using /createGroupVar to create a variable with a name that already exists since this will wipe the current variable and replace it with a fresh one.

Describe what would you like tweaked

The command should error out, telling you that the requested variable already exists and you should delete it first.

Describe alternatives you've considered

  1. Not doing this. (I don't see why)
  2. Have the Neos bot ask for confirmation before destroying the current definition. (Sounds unnecessarily complex)

Additional context

I've only tried this with /createGroupVar, I'm just assuming that it applies to user variables as well.