View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old February 18th, 2021, 05:24 AM
Quote:
Originally Posted by Illyahr View Post
Got that working but for some reason it isn't assigning the SpInfo tag to the ability.
Have you tried debugging info to see what it comes out as?

Example:
Code:
var spell as string
var cast as string
var info as string
spell = tagis[sClass.Wizard] & tagis[sLevel.0]

field[usrCandid1].text = "thingid." & spell

cast = field[usrChosen1].chosen.tagis[thingid.?]
info = "SpInfo." & cast

perform assignstr[info]

debug info
You can then open up your debugging window and see what's happening there.
Sendric is offline   #4 Reply With Quote