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
Frodie
Senior Member
 
Join Date: May 2007
Location: Durham, NC
Posts: 1,747

Old September 18th, 2015, 03:39 PM
What is a good timing for removing the tag SpeakLang

Code:
perform hero.delete[SpeakLang.lDwarven]
I tried,

First - 499, 500, 4999, 5000 and 10000

PreLevels 10000, 15000

Final 10000, 20000

Render 10000, 20000

Any ideas?
Thank You!
Frodie is offline   #1 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old September 18th, 2015, 07:48 PM
Well, it looks like it is forwarded right at pre-levels 10000, so shortly after that I suppose. I don't know that that tag does much other than fulfill pre-reqs. I don't know your aim, as usual you mysterious minx, but applying Hide.Language to the language pick in question will not only hide the pick but also prevent the SpeakLang tag from being forwarded if you apply the Hide before then.
Aaron is offline   #2 Reply With Quote
Frodie
Senior Member
 
Join Date: May 2007
Location: Durham, NC
Posts: 1,747

Old September 19th, 2015, 04:52 AM
Sorry, I really am not trying to be a "mysterious minx", lol. I will try to do better to explain what I am trying to do.

For this issue, they want to remove the starting language of the race, but still be able to learn it through high Intelligence. So I think I found the tag that controls that and I looked through the task on the hero and the ability and searched the forums.

I really hate to ask here and bother yall, I only do when I am out of options or a have a brain freeze, lol, (which happens a lot :-) )

So yea, Hide.Language will work, but they aren't able to pick it up again. I tried to add it back after the hide tag, but I can't seem to get it back in the list of languages that can be learned.

Last edited by Frodie; September 19th, 2015 at 05:19 AM.
Frodie is offline   #3 Reply With Quote
Frodie
Senior Member
 
Join Date: May 2007
Location: Durham, NC
Posts: 1,747

Old September 19th, 2015, 09:58 AM
Ok, this is kind of weird. I did a mechanic to hide the core race languages (dwarf, elf, etc).

The first one I did (dwarf) work just fine. But all the others did not. It's the same script, just different id-name for the language. I thought maybe I need to space out the timing (First 5000) so I spaced them 50 each. 5050, 5100, 5150, 5200 etc

Here is the code

Code:
foreach pick in hero from BaseLang where "thingid.lElven"
perform eachpick.assign[Hide.Language]
nexteach
Any ideas?

Thanks yall

I think I found it, you also seem to have

Code:
perform hero.assign[HideLang.lElven]
So with both scripts seem to work.

Last edited by Frodie; September 19th, 2015 at 11:18 AM.
Frodie is offline   #4 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 11:17 PM.


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