View Single Post
Aril
Senior Member
 
Join Date: Jul 2019
Posts: 142

Old December 18th, 2022, 08:12 PM
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?
Aril is offline   #1 Reply With Quote