Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Skillset Script Variables

Status
Not open for further replies.

ianclarke

Programmer
Apr 20, 2005
20
GB
Hi

If you assign a group of skillsets to a script variable, does this mean that a call queued to the script variable is in fact queued to each of the group of skillsets?

Ian
 
Maybe I'm misreading your question but I don't see how you would queue a call to a variable.
 
I have not yet tried to, but if you can't queue to a skillset script variable, what do you use them for?
 
If you were to assign one, two, or more skillsets to a variable, then in your script, you would
Queue To SkillSet skill_set_variable

This would queue the call to every skillset listed in the variable.
 
That answers my question - thank you very much.

Ian
 
If I remember correctly, I think that the order that they are added to the variable dictates the order in which they are queued (certainly easy enough to test).

We had an occasion to queue to multiple skillsets, but we explicitly stated the skillsets

QUEUE TO SKILLSET Skillset_a, Skillset_b, Skillset_c

this meant it was easier to resolve problems with scripts.

 
No, Symposium will not queue them to the skillsets in the order they are entered in the variable. In fact, it won't even queue calls in the same order every time. It is completely radom. Though it's kind of moot since all this queuing takes less than a second.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top