View Single Post
marcopico
Junior Member
 
Join Date: Jun 2019
Location: Palermo, Italy
Posts: 15

Old June 18th, 2019, 01:54 PM
Quote:
Originally Posted by ShadowChemosh View Post
So change:
Code:
tagexpr = "Custom.cShaChanne & SpecSource." & focus.idstring
to
Code:
tagexpr = "SpecSource.cHelpSha"
First of all thanks for the advice. I think I've changed the tagexpr as you suggested, but Spirit of Succor is still not showing up. I'm attaching the new version of the .user file (the .por file has not changed, but I'm attaching it nonetheless). Anyway, these are the eval scripts so far:

Post-attributes
Code:
      ~ If we're not shown, just get out now
      doneif (tagis[Helper.ShowSpec] = 0)

      ~ If we're disabled, do nothing
      doneif (tagis[Helper.SpcDisable] <> 0)

      var tagexpr as string
      tagexpr = "SpecSource.cHelpSha"

      call ChanEnFind

      doneif (state.isfocus = 0)

      ~ we can turn undead 3 + CHA mod / day
      focus.field[trkMax].value += 3 + hero.child[aCHA].field[aModBonus].value
Post-levels
Code:
      ~ Set our name properly
      var v_turnname as string
      call cClrTurnNm
      field[livename].text = v_turnname

      ~ If we're not shown, just get out now
      doneif (tagis[Helper.ShowSpec] = 0)

      ~ If we're disabled, do nothing
      doneif (tagis[Helper.SpcDisable] <> 0)

      var tagexpr as string
      tagexpr = "SpecSource.cHelpSha"

      call ChanEnFind

      doneif (state.isfocus = 0)

      ~ Add to our turning level.
      focus.field[abValue].value += field[xAllLev].value
Sorry for bothering, hope you can help me fix this! Thanks again.
Attached Files
File Type: email reignofwinter_custom.user (27.7 KB, 1 views)
File Type: email Reign of Winter.por (355.3 KB, 1 views)
marcopico is offline   #6 Reply With Quote