- Joined
- Jun 1, 2016
- RedCents
- 546¢
Hi,
what i want to do is:
- set a variable for myMaster (the char I drive)
- send a bcaa to all chars that they report something to myMaster. e.g. their strength or whatever
Problem is:
- I cannot make myMaster to a variable
- as with noparse all will be parsed at the boxed toon .. and then the toon does not know the myMaster Variable
- if I replace myMaster with the charname all is fine... but I have so many commands and I wanted to be able to Switch myMasters Name easily
Thx for any help
Regards
eqtrader63
what i want to do is:
- set a variable for myMaster (the char I drive)
- send a bcaa to all chars that they report something to myMaster. e.g. their strength or whatever
Rich (BB code):
/declare myMaster string outer "Charname"
/noparse /bcaa //if (${Me.Exp}<50) /bct ${myMaster} Soon I will loose my level: ${Me.Exp}
Problem is:
- I cannot make myMaster to a variable
- as with noparse all will be parsed at the boxed toon .. and then the toon does not know the myMaster Variable
- if I replace myMaster with the charname all is fine... but I have so many commands and I wanted to be able to Switch myMasters Name easily
Thx for any help
Regards
eqtrader63

