Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TRIGGER QUESTION
#1
okay i need some advice i will exsplain it and hope u understand.

i have a bunch of functions 1-11 and i have a extra function that texts in a chat window up 2 now i have not been able to make this extra function text the chat when 1-11 functions is triggerd is there any trigger that i can use to tie it in to functions 1-11 so that when 1 of these is trigged the text function texts in the chat box............hope ive explained properly and u understand ty for any help u may have
#2
i no this not a important issue but ive been working 3 days on this is there a trigger i can use to make it do it pls
#3
Getting Macro to type in a chat window

This explains how to setup a trigger window.

Or you could just set up what you want it to say inside the macro itself.
#4
how would i incorporate ur s wintext in each function to make it say that could u give me an example pls
#5
UK_BAD_BOY Wrote:how would i incorporate ur s wintext in each function to make it say that could u give me an example pls

Inside each function put:

Code:
Copy      Help
_s="TEST";_s.setwintext(id(2203 "Quick Macros"))


before the spe and rep and what not.

EX)

Code:
Copy      Help
_s="TEST";_s.setwintext(id(2203 "Quick Macros"))
spe 1
rep 1
,0.1
,act "Quick Macros"


Forum Jump:


Users browsing this thread: 1 Guest(s)