Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Here is the basic class script I always start from:ok got two class abilities that just have numbers at certain levels. blood magic 1 at 3rd level and +1 at the following levels: 7,11,15, and 19th. how do i set this up script or some sort of tabs?
btw got paralyzing strike done. will post before i go home today.
[B][COLOR="Green"]~Set the list name[/COLOR][/B]
field[listname].text = field[thingname].text & " " & signed(field[xIndex].value)
[B][COLOR="Green"]~ If we're not shown, just get out now[/COLOR][/B]
doneif (tagis[Helper.ShowSpec] <> 1)
[B][COLOR="Green"]~ if we've been disabled, get out now[/COLOR][/B]
doneif (tagis[Helper.SpcDisable] <> 0)
field[abValue].value += field[xCount].value
field[livename].text = field[thingname].text & " " & signed(field[abValue].value)