|
|||
| Views: 693,906 | 06-28-21, 01:24 am | ||
code block | Thread review | |
|---|---|
| Kawa |
I must've missed a spot. Fixing for a release along with the other two things... Edit: items are now skipped when disabled, instead of trying to censor them out of lootsets after the fact. This shouldn't break your saves. |
| infomaniac |
I have found a item, called fizzy white potion from a loot chest. It contains a description that says "[inventory_thisis_x]". When used, the game crashes with the following report: ------------------------ Exception type: JintException Main message: Mutate() has been disabled in this build. ------ Stack Trace: Mutate(2, 15, Random) Stack trace: at Jint.JintEngine.Run(Program program, Boolean unwrap) at Jint.JintEngine.Run(String script, Boolean unwrap) at Jint.JintEngine.Run(String script) at Noxico.InventoryItem.RunScript(Token item, String script, Character character, BoardChar boardchar, Action`1 running) at Noxico.InventoryItem.Use(Character character, Token item, Boolean noConfirm) at Noxico.InventoryItem.<>c__DisplayClass1a.<Use>b__14() at Noxico.MessageBox.Handler() at Noxico.NoxicoGame.Update() at Noxico.MainForm.timer_Tick(Object sender, EventArgs e) Background info: Noxico 0.1.3 Microsoft Windows NT 5.1.2600 Service Pack 3 32-bit OS, 32-bit process. C:\Documents and Settings\user1\My Documents\Downloads\noxico-0.1.3-32\Noxico ------------------------ EDIT: Bubbling yellow potion has [inventory_thisis_x] for a description as well, but it does NOT crash the game when used. however, when used, no dialog box appeared that explains the effects of the potion. |