Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Colen
Senior Member
Lone Wolf Staff
 
Join Date: Dec 2008
Posts: 4,690

Old December 17th, 2007, 02:01 PM
lazarus wrote:
>
>
> I have another question: is there an easy way to have a checkbox, for
> instance, for "Using Disguise to pass off as a member of a parent race"
> to get a +4 bonus to Disguise applied while it's on, and not while it's
> off? Specifically, this is because there's a bunch of conditional
> bonuses like that, which I don't want the player to easily forget.
>
> (of course, I'll have to go back and add in all that code to all those
> abilities once I have it, but that's a *shrug* moment )


Yes, you can do this. Make a "Special" pick for the ability and
bootstrap it in, if you haven't already. Then set "Charge Effect 1" to
be a description of what you want to do - for example, "Pass as parent
race".

In a script, you can then check the field "hIsOn1". If it's zero, the
checkbox isn't checked. For example:


~ If we're checked, add +4 to disguise
if (field[hIsOn1].value <> 0) then
#skillbonus[kDisguise] += 4
endif



--
Colen McAlister, colen@wolflair.com
Chief Engineer, Lone Wolf Development
Colen is offline   #31 Reply With Quote
Colen
Senior Member
Lone Wolf Staff
 
Join Date: Dec 2008
Posts: 4,690

Old December 17th, 2007, 02:02 PM
lazarus wrote:
>
>
> What I meant by "dataset updates" stuff is ... is it using structure
> that is likely to change, or is that stable structure?


Ah. No, it won't change. We may come up with better ways to do things,
but it should always be backwards-compatible with user-created stuff.
There may be occasional exceptions, but everything should continue
working regardless of what we change.



--
Colen McAlister, colen@wolflair.com
Chief Engineer, Lone Wolf Development
Colen is offline   #32 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 12:57 PM.


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