Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System

Notices

Reply
 
Thread Tools Display Modes
Prieto
Junior Member
 
Join Date: Mar 2018
Posts: 1

Old March 2nd, 2018, 09:50 AM
Hey guys, I'm hoping to get a little help with creating one specific alternate class feature from WoTC's The Mind's Eye online blog.

The ACF I was after was from Expanded Classes, Part Three: http://archive.wizards.com/default.a.../psm/20070411a, the Telepath section for Telepathic Communication.

It replaces your 5th level feat and gives you supernatural Telepathy at 5ft + 5ft per level. Can only be taken by Psion Telepaths of 5th level, and has some math involved for the range of the telepathy for your level. It seemed simple enough.

But for the life of me, I cannot wrap my head around the editor enough to create a working feat. If anyone can lend a hand or point me to an already completed file that would be super.
Prieto is offline   #1 Reply With Quote
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old March 4th, 2018, 06:22 PM
Telepathy has it's own thingid so you'd just have to Bootstrap it and use an Eval script to calculate level into its value. Something like

Code:
var level as number
level = #levelcount[Psion]
level = (level*5)+5

hero.child[xTelepathy].field[Value].value = level
That should get you in the ballpark
Illyahr is offline   #2 Reply With Quote
Reply

Thread Tools
Display Modes

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 08:22 PM.


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