Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
jephkay
Junior Member
 
Join Date: Oct 2009
Posts: 20

Old September 16th, 2010, 04:23 PM
Say I have a PC race that has wings.

At 1st level, I do not want them to fly...Only glide.

At 5th level, I want to add 40ft Flying speed, average maneuverability.

I know how to make both of those as Racial Specials, but how to switch them on and off as I adjust the critter's levels?

I've been looking for examples, and so far haven't found anything in the tutorials.
jephkay is offline   #1 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old September 16th, 2010, 04:31 PM
Glide is a special you've added? Did you set it up by copying Fly, so that it has a "call CalcValue" line?

If so, both specials will hide themselves if there's no value applied to them.

So, bootstrap both, but don't set any value in the bootstraps (do set Fly's maneuverability).

Now, we'll set up a script that will apply a value to one or the other, depending on the level:

Phase: PostLevel, Priority: 10000

Code:
 
if (#totallevelcount[] >= 5) then
  #applyvalue[xFly, 40]
else
  #applyvalue[xGlide, 40]
  endif
Mathias is online now   #2 Reply With Quote
jephkay
Junior Member
 
Join Date: Oct 2009
Posts: 20

Old September 16th, 2010, 05:13 PM
Now, that is what I call customer service.

My money was well spent. Thanks so much!
jephkay is offline   #3 Reply With Quote
Reply


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 06:41 AM.


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