DenizenScript / Denizen

NPC and general Spigot scripting, using the Denizen Scripting Language!
https://denizenscript.com/
MIT License
211 stars 106 forks source link

Scripts fail based entirely on the name of the script #67

Closed smaltby closed 11 years ago

smaltby commented 12 years ago

The below script does not work. ----- An Enemy in our Midst ----- 'An Enemy in our Midst': Type: Interact Requirements: Mode: All List:

---- Assignment ---- Denizens:
King Aeres: Interact Scripts:

However, if I change the name to "An Enemy in our Mysts", the script works fine. After realizing this, I tested several names, and on random occasions, the script will fail solely based on that name change... I have no reason why this is happening...but it's very frustrating having scripts fail randomly like that.

smaltby commented 12 years ago

Never mind this. The owner was using an older version of denizen. The newest build fixes this.

aufdemrand commented 12 years ago

Make sure you do a /denizen reload each time you change something. A look at the debug output would help diagnose, if you run into this again.

smaltby commented 12 years ago

There was no output, the script just didn't run, even with Mode: NONE, and /denizen reload was run every time.

aufdemrand commented 11 years ago

Please reopen if issues still persist.