Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - World of Darkness (http://forums.wolflair.com/forumdisplay.php?f=52)
-   -   Trying to set "Vampire Only" pre-req... (http://forums.wolflair.com/showthread.php?t=10703)

ChaosInc80 July 1st, 2010 10:48 PM

Trying to set "Vampire Only" pre-req...
 
I have found the information tVampire and Template.Vampire via the help info, but I haven't found how I'd put this to a script. I've gotten as far as this:

Code:

validif(#template[tVampire])
I've also tried:

Code:

validif(#Template.Vampire)
Seeking a little help with this. :confused:

Colen July 2nd, 2010 10:02 AM

You're trying to test the Template.Vampire tag, so you need to do this:

Code:

validif(tagis[Template.Vampire] <> 0)
In the prereq. Alternatively, you could add an exprreq of simply:

Code:

tagis[Template.Vampire] <> 0
Which should be shorter and have the same effect.


All times are GMT -8. The time now is 06:58 PM.

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