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)
-   -   Making a New Trait, Some Quick Code Help (http://forums.wolflair.com/showthread.php?t=68249)

Pooptickler February 27th, 2024 09:23 AM

Making a New Trait, Some Quick Code Help
 
This is what's used to replace Charisma with Wisdom with the Empathic Diplomat Trait:

~ If we're disabled, do nothing
doneif (tagis[Helper.FtDisable] <> 0)

perform hero.child[skDiplo].assign[SkillOver.aWIS]

I want to make a Trait that replaces Wisdom with Charisma when using Perception, does anyone happen to know what the [sk] for Perception is?
I'm not sure where to find it otherwise.

Dami February 27th, 2024 10:55 PM

skPercep

Pooptickler March 5th, 2024 03:27 PM

Quote:

Originally Posted by Dami (Post 302964)
skPercep

Excellent, thank you.
Where'd you find that?

Dami March 5th, 2024 10:58 PM

There's multiple ways of getting that sort of data...
1. Quick way but not as specific... Develop > 'Enable Data File Debugging'. Then select 'Floating Info windows' on the same menu list, and pick one that sounds relevant like Selection Tags or Fields
2. More detailed... In the Editor, select the tab with the type of thing you are looking for, eg: General > Skill, select "New (Copy)" and you get a list of EVERY Skill with its ID.

Sendric March 6th, 2024 07:29 AM

Quote:

Originally Posted by Dami (Post 302980)
There's multiple ways of getting that sort of data...
1. Quick way but not as specific... Develop > 'Enable Data File Debugging'. Then select 'Floating Info windows' on the same menu list, and pick one that sounds relevant like Selection Tags or Fields
2. More detailed... In the Editor, select the tab with the type of thing you are looking for, eg: General > Skill, select "New (Copy)" and you get a list of EVERY Skill with its ID.

There's also a "Find Thing" button in the Eval Script window (among others) that let's you look for all things that exist which can be narrowed down by type (skills, abilties, etc).


All times are GMT -8. The time now is 08:09 PM.

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