Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game

Notices

Reply
 
Thread Tools Display Modes
Adam.Ormond
Senior Member
 
Join Date: May 2010
Location: Maryland
Posts: 167

Old May 7th, 2011, 04:47 PM
Quote:
Originally Posted by Mathias View Post
It looks like you can use the gearholder transition to go from the wand to the sheath, but there's no option to travel the other direction. Sorry.
Oooh, so I could iterate all of the wands on the hero and find any in a Sheath and then modify the livename of that pick, yes?

This seems to work and accomplish what I wanted:
Code:
if (this.field[gHeldCount].value = 1) then
  var wandName as string
  wandName = this.gearlist[";",Helper.WandLevReq]
  if (empty(wandName) = 0) then
    this.field[livename].text = "Wand Sheath (" & wandName & ")"
    foreach pick in hero where "Helper.WandLevReq"
      if (eachpick.isgearheld <> 0) then
        if (eachpick.field[livename].text = wandName) then
          eachpick.field[livename].text &= " (Wand Sheath)"
        endif
      endif
    nexteach
  endif
endif

Last edited by Adam.Ormond; May 7th, 2011 at 06:26 PM.
Adam.Ormond is offline   #31 Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 04:07 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.