It looks like you're new here. If you want to get involved, click one of these buttons!
<<for $y = 0; $y < $moduleArray.length; $y++>> <<for $x = 0; $x < $moduleArray[$y].length; $x++>> <<set $moduleArray[$y][$x].xy = ($y + ',' + $x)>> <<button "<<= $moduleArray[$y][$x].xy>>" >> <<set $currentPosition.xy = $moduleArray[$y][$x].xy>> <-This, of course, does not work. The question how to make so that worked. <<script>> Dialog.setup("Module", "module"); Dialog.wiki(Story.get("modCreate").processText()); Dialog.open(null, function() { Engine.show() } ); <</script>> <</button>> <</for>> <<= "<br><br>">> <</for>>
Comments
For example, something like the following should work: Additional notes:
I'd like to be able to make capturing values easier one day.