
The DiceTool has not been working for several weeks now.. but the dicelib got broken with the latest SVN update I grabed this AM.
Moderators: dorpond, trevor, Azhrei
trevor wrote:I'll poke giliath about that.
have you told antlr to regenerate the auto generated classes ?
Code: Select all
var v = vars.get("variable name");
giliath wrote:Can you supply the error you are getting for DiceTool. It looks to be building for me and I have not done any changes in a very long time.
giliath wrote:Look at the code in JavascriptFunction within DiceTool for how to get at variables. The resultset, row, vars, rand and out are all assigned as variables.
You should be able to do something like this into the javascript in DiceTool:Code: Select all
var v = vars.get("variable name");
FYI: DiceTool does not use dicelib. While I have every intention of updating DiceTool to use dicelib, I have not had the time to update and integrate the 2 ideas.
Sorry for the slow responses, I have been really busy with RL lately.