note: the {{{ [{!!IP Cost}] }}} part is where i’m stuck.
after the select is a way to display the value.
That value needs to go to to {{NewCharacter!!StartingIP}}
The problem is that it comes from one of 5 other tiddlers, which is chosen by the $select.
Below the select is how I can find it outside of the select, the problem is finding that within the select, as the currentTiddler will probably not work in the actions action-setfield…
When the $select actions are triggered, the selected value is in the text field of $:/wim/CampaignNow
The “filtered transclusion” gets that selected value (which is the title of a tiddler) and then uses get[IP Cost] to fetch the cost value from that tiddler
Note also I’ve used the shorter field=value syntax in the $action-setfield. In general, the only time you will need to use the separate $field=... and $value=... syntax is if the field name is contained in a variable or is otherwise computed on-the-fly.
This same shorter syntax can be used in set-campaign(val), like this: