|
|
|
|
|
|
|
|
pftq
Administrator
Offline
Posts: 4204
|
|
« Reply #143 on: February 12, 2008, 06:18:14 PM » |
|
No - that is trigger code, not RMS. You cannot mix them.
You would start with:
rmAddTriggerEffect("Send Chat"); rmSetTriggerEffectParam("Message", "\"); }} /*", false);
Enter the code after by:
rmAddTriggerEffect("Send Chat"); rmSetTriggerEffectParam("Message", "*/"+code+"/*", false);
and close the "hack" by using:
rmAddTriggerEffect("Send Chat"); rmSetTriggerEffectParam("Message", "*/ rule _globals_end_"+UNIQUE+" minInterval 4 inactive { if (1==0) { trChatSend(0, \"", false);
where UNIQUE has to be the unique number for this session.
|
|
|
Logged
|
|
|
|