Lone Wolf Development Forums  

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

Notices

Reply
 
Thread Tools Display Modes
Triskavanski
Junior Member
 
Join Date: May 2014
Posts: 27

Old May 25th, 2014, 05:36 PM
Was wondering if there was some sort of guide on the editor out there. Particularly what I'm trying to do is add an armor that gives +3 to social limit and +1 to social skills.
Triskavanski is offline   #1 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old May 26th, 2014, 09:06 AM
The best way to approach this is by thinking of existing examples that do similar things.

Can you think of any pieces of gear that add to your social limit? Hint: there's a drug that does so.

Can you think of any pieces of gear that add bonus dice to a specific skill? Once you've figured out how to apply +1 to a specific skill, I'll teach you how to expand that to cover all skills in the Social category.
Mathias is offline   #2 Reply With Quote
Triskavanski
Junior Member
 
Join Date: May 2014
Posts: 27

Old May 26th, 2014, 08:21 PM
Not exactly sure what happened to my post..

But The Chamealon Suit upgrades Stealth on wireless. Is there a way to see the tags and such on the cheamealon suit?
Triskavanski is offline   #3 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old May 26th, 2014, 09:57 PM
In the editor, the "New (Copy)" button at the bottom left will let you make a copy of something existing, so that you can look at how it operates.

Actually, I'd recommend the medkit or autopicker as the item to start from.
Mathias is offline   #4 Reply With Quote
Triskavanski
Junior Member
 
Join Date: May 2014
Posts: 27

Old May 26th, 2014, 10:36 PM
Ah Alright! Wondering why those two? Though I see the script stuff now in the Autopicker.
Triskavanski is offline   #5 Reply With Quote
Triskavanski
Junior Member
 
Join Date: May 2014
Posts: 27

Old May 28th, 2014, 09:31 PM
Hmm.. Stealthsuit doesn't have any scripts on it.

So, Medkit then, take the wireless bonus on it. And replace medicine with all the social skills instead.


Which leads me into knowing what the tags are for those skills. I think I should be able to thanks to ya showing me how to pull up things already in the data file. Thanks!
Triskavanski is offline   #6 Reply With Quote
Bijar
Junior Member
 
Join Date: May 2014
Posts: 9

Old May 29th, 2014, 12:57 PM
I tried something similar armor with +1 social limit standard and +2 social limit when wireless is activated.

Based on the coments I created the following eval script

doneif (activated = 0)
doneif (field[grIsEquip].value = 0)

perform #dicepool[ilSocial,+,1,""]

doneif (tagis[Equipment.WirelessOn] = 0)
perform #dicepool[ilSocial,+,2,""]

My social limit doesn't increase when wireless is turned on compared to when it's turned of. How did you solve this?
Bijar is offline   #7 Reply With Quote
Bijar
Junior Member
 
Join Date: May 2014
Posts: 9

Old May 29th, 2014, 10:04 PM
Hi

I tried something similar to your armor (armor +1 social limit/ wireless +2 social limit), but it doesn't work as I would expect. Here is the code I used:
Code:
 
      doneif (activated = 0)
      doneif (field[grIsEquip].value = 0)
 
      perform #dicepool[ilSocial,+,1,""]
 
      doneif (tagis[Equipment.WirelessOn] = 0)
      perform #dicepool[ilSocial,+,1,""]


When I equip the armor it runs the script and adds 1 to the social limit, but it seems that the wireless section doesn't work. Can you tell me how you did it?

Thanks
Bijar is offline   #8 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 06:03 PM.


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