BCC question
Yeah i was wondering if theres away to edit it so that the ; command brakes so i can use more then 1 command per line on a hotkey for example
/bct namehere //target pet ; /bct namehere //stick ;/bct namehere //say buffs
Sun Nov 07, 2010 12:29 pm
i would assume the standard mq2 multiline command would work
The spaces around the first ; are used so it know what the delimiter is.
Basically /multiline reads in parameter 0 as the delimiter then the rest of the line is read into as one big string. It then parses for the assigned delimiter and issues the commands one at a time split on the delimiter.
_________________
Sorvani
The spaces around the first ; are used so it know what the delimiter is.
Basically /multiline reads in parameter 0 as the delimiter then the rest of the line is read into as one big string. It then parses for the assigned delimiter and issues the commands one at a time split on the delimiter.
_________________
Sorvani
Sun Nov 07, 2010 4:17 pm
Senior Project Member