• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Coding Help

Anastobe

New member
I am new to coding in general. I am trying to create a template that has a few 1/day spells. How do I go about adding them? Also how do I add a Skill bonus?

Thank you in advance
I am sure I will have a few more questions
 
Eval Script
Pre-levels 100 or later
#skillbonus[kSpot] += 2 (Gives you +2 to Spot)

That gives you a skill bonus.

The 1/day you need to bootstrap the ability or SLA and add in the tags area:
Group ID: Usage Tag ID: Daily
Although I admit it may not work as the Tags are used in Pathfinder and not sure if the same tags exist in d20. If not then you would need to make a new 1/day abilities for the template or copy over existing ones as I have seen a few that have the daily count already in it.
 
If you have the community set, there are a number of spell-like abilities already generated in the Custom - Spell Like Abilities file. You can feel free to use these are generate your own (in a personal file). Either way, you want to bootstrap the ability to the template. Make sure you provide the Usage.Day tag and set the field "hTotal" to 1. You can do both of these when you bootstrap the ability (no need for a script).
 
Back
Top