Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   How to assign names to a hero? (http://forums.wolflair.com/showthread.php?t=67506)

Aril December 18th, 2022 08:12 PM

How to assign names to a hero?
 
I'm working on creating a Natural Werewolf race, from the "Bite Me! Werewolves" book by Misfit Press.

I've been using code from the Kobold Press "Werelion" race to prepare some of this.

One of the things I'm trying to replicate is a feat for werewolves called "Primal Form" that allows the werewolf to choose to transform into a Huge wolf. The way it was done for the "Werelion" race is a feat called "Greater Lion Form".

What the feat has is an Eval Script that is:

Phase: First
Priority: 55
Index: 1

" doneif (tagis[Helper.FtDisable] <> 0)

perform hero.assign[Custom.KPGreatLio]"

So, it seems to be assigning this value "Custom.KPGreatLio" to the PC. Then, in the *race* entry, they give definitions for what adjustments to make to the PC if that form is used.

The problem is that I can't seem to just change "Custom.KPGreatLio" to something else, as it just starts throwing errors. I tried "Custom.MSPrimWolf"

The error I get is:

Syntax error in 'eval' script for Thing 'fPrimalForm_' (Eval Script '#1') on line 4
->Tag 'Custom.MSPrimWolf' not defined

Any ideas what I might be doing wrong?

Mathias December 19th, 2022 07:22 AM

In the editor, in the Tags button (top right of the screen) on your item, click "add new". In the "Group Id", fill in "Custom", and in "Tag Id", enter the Id of the tag you want to create.


All times are GMT -8. The time now is 03:39 AM.

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