View Single Post
Mettius
Senior Member
 
Join Date: Jan 2009
Location: Austin, TX
Posts: 140

Old February 19th, 2017, 03:16 PM
proceedure id = DshRolls : OK a unique ID for this proceedure. Got it.

scripttype="mouseinfo" : I have no idea what this means.

<![CDATA[ : This is an XML construct to deal with
conflicting reserved characters. We pretend it isn't there.

var final as string
var roll as string : We are defining variables here, "final" and "roll" they will contain string data.

foreach pick in hero where "DashTacCon.Rolls" : OK here is where I start to have trouble. hero is the character "container" we are creating, pick is... I dunno. everything with the element/thing/don'tknowtheproperterm DashTacCon.Rolls... ???

Last edited by Mettius; February 19th, 2017 at 03:47 PM.
Mettius is offline   #2 Reply With Quote