View Single Post
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old August 18th, 2018, 08:29 PM
Hi all!

In looking at various idea for a dataset I’m working on I came across this gem of a bit of code in an example Aaron provided:
Code:
perform hero.addpick[a,b]
In a bit of experimentation, it seems:
  • a = id of a table_dynamic that would contain the component b
  • b = (string) idstring of Thing to be added

So, given a table_dynamic with an id=“TalentTable” and compset=“Talent” and a Talent thing with the idstring of “talObservation” the execution of perform hero.addpick[TalentTable,”talObservation”]. Will cause the Observation talent to then be added to the TalentTable as if the user had gone to the table and added it directly.

Has anyone else seen or used this statement?

Mathias or Aaron, am I missing anything with this?

TC

Working on -
  • (SWADE) WIP Savage Rifts
  • Savage Rifts (Deluxe): Update link in This post
  • Star Trek Adventures: Update link in This post

Last edited by TCArknight; August 18th, 2018 at 08:31 PM.
TCArknight is offline   #1 Reply With Quote