What does the acronym NAN stand for? I am trouble shooting a homebrew item and the item has 1C (1 charge) but will not expend the charge. There is red text that reads NAN. Thanks for any feedback.
In many programming languages it stands for not a number. My guess is the program expects a number to be entered into a variable and it instead is receiving something else, likely a string. I don't know much about creating Homebrew items or what it is you're doing, but my guess is that "1c" is the culprit. Try just entering 1.
I tried to replicate this, just out of curiosity and couldn't seem to do it. It does sound like a case of Not a Number; the NaN is probably coming from an uncaught JavaScript error. If you haven't been able to get it sorted, it would be helpful to everyone if you posted something in one of the bug threads.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
What does the acronym NAN stand for? I am trouble shooting a homebrew item and the item has 1C (1 charge) but will not expend the charge. There is red text that reads NAN. Thanks for any feedback.
“Not a Number”?
DCI: 3319125026
In many programming languages it stands for not a number. My guess is the program expects a number to be entered into a variable and it instead is receiving something else, likely a string. I don't know much about creating Homebrew items or what it is you're doing, but my guess is that "1c" is the culprit. Try just entering 1.
I tried to replicate this, just out of curiosity and couldn't seem to do it. It does sound like a case of Not a Number; the NaN is probably coming from an uncaught JavaScript error. If you haven't been able to get it sorted, it would be helpful to everyone if you posted something in one of the bug threads.