Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System
Register FAQ Community Today's Posts Search

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Lonewolf147
Senior Member
 
Join Date: Feb 2013
Posts: 137

Old September 16th, 2014, 04:25 PM
Thanks to some help in a recent thread discussing item slot changes, I had looked into the scripting for the Hand of Glory. (http://forums.wolflair.com/showthread.php?t=48452)

The Hand is supposed to give you one extra ring slot. When I had looked at it for the Pathfinder version, it worked correctly and gave me 3 slots. But I became confused when I saw the script in the d20 version.

Code:
      ~ If we're equipped, and the hero is wearing one or more rings, delete
      ~ one of the 'I have a ring equipped' tags.
      if (field[gIsEquip].value <> 0) then
        if (hero.tagis[Hero.EqpRing] <> 0) then
          var result as number
          result = hero.delete[Hero.EqpRing]
          endif
        endif
This seems overly complicated, plus, it doesn't actually give you an extra slot. It just deletes the EqpRing tag. Which then lets you equip as many rings as you want, regardless of how many slots.

Was this intentional, or should it be changed to add a slot?

Code:
      ~ If we're equipped, add a tag that allows an extra ring slot.
      doneif (field[gIsEquip].value = 0)

      perform hero.assign[ExtraSlot.EqpRing]
Lonewolf147 is offline   #1 Reply With Quote
 


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:43 AM.


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