Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - d20 System (http://forums.wolflair.com/forumdisplay.php?f=46)
-   -   Duskwood Material Prereq. (http://forums.wolflair.com/showthread.php?t=68026)

Spyderbane October 1st, 2023 02:46 PM

Duskwood Material Prereq.
 
I'm trying to add duskwood and I am having issues with the prereq for armor. "must be breastplate"

Code:

    @valid = 0
    if (tagis[IsWeapon.w?] + tagis[mBreastpl] <> 0 ) then
    @valid = 1
  endif

This works for weapon but I am having issues with the tag for breastplate.

Sendric October 2nd, 2023 02:56 AM

Quote:

Originally Posted by Spyderbane (Post 302322)
I'm trying to add duskwood and I am having issues with the prereq for armor. "must be breastplate"

Code:

    @valid = 0
    if (tagis[IsWeapon.w?] + tagis[mBreastpl] <> 0 ) then
    @valid = 1
  endif

This works for weapon but I am having issues with the tag for breastplate.

mBreaspl is an incomplete tag. Try:

tagis[thingid.mBreastpl]


All times are GMT -8. The time now is 07:52 PM.

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