Quote:
Originally Posted by ~Dark-Warrior~
in the cq_action i have to put this sign ~ between words ?
|
Only for cq_action types that have spacing for another field within the param. An example would be type 102 where you have Param = %command_text %task_id
So you have "bob~says~hi 100"
The moment you have a space it reads from that as the Task_ID
So if you had "bob says hi 100" it would not work since says hi 100 is being used to find the task id.
But types like 101 or 126 have only 1 field in the param. %text
"Bob said hi to me the other day" would work just as well as "Bob~said~hi~to~me~the~other~day" as well as "Bob said~hi to~me the~other day"