Transition to a bootstrap from the bootstrapper? Say I bootstrap 'booted' and assign it a tag 'User.bootme'. This doesn't seem to work:
Also I'd also like to ammend the description, and I've tried everything I can think to do:
1)
2) I also tried bootstrapping via a gizmo
3) I also tried a loop:
Anyone have any ideas? I keep coming back to wanting to do things this way. And I've long been unable to solve the problem.
Code:
perform this.child[boostrapid].assign[User.Something]
Also I'd also like to ammend the description, and I've tried everything I can think to do:
1)
Code:
perform this.child[boostrapid].appenddesc[description,"blah"]
2) I also tried bootstrapping via a gizmo
Code:
perform gizmo.child[boostrapid].appenddesc[description,"blah"]
3) I also tried a loop:
Code:
foreach pick in hero where "thingid.boostrapid"
eachpick.appenddesc[description,"blah"]
endif
nexteach
Anyone have any ideas? I keep coming back to wanting to do things this way. And I've long been unable to solve the problem.