Can I get a list of the parts of code like $(eval)?

I just want a list and definition of the most used.

@thatonemariogamer

The $(eval) variable allows Nightbot to run JavaScript code. A list of operators and variable/object methods can be viewed at https://www.w3schools.com/jsref/default.asp under “JavaScript Reference”. $(eval) can be used to do quite a few things including manipulating user input and, if used along with $(urlfetch), manipulating data pulled from remote resources. There are also many examples posted on this forum using $(eval) to output random numbers or random words from a list.

Thanks! I am very new at this.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.