Chat Script

C

crash700

Guest
how might i go about writing a script to say macro (#) in a specific channel once every 14 minutes (1 minutes before my chat would stop refreshing).

i just need to know the command and syntax of how to make it say something

then i just add

wait 850

loop [#]
 

Nightmist

Member
[quote author=crash700 link=topic=75.msg236#msg236 date=1144844758]
how might i go about writing a script to say macro (#) in a specific channel once every 14 minutes (1 minutes before my chat would stop refreshing).
[/quote]

You cant. Not suprisingly since this just means mass spamming in chats... (Although technically you would just get banned for spamming so its not really a problem but as of now, there is no scripting function that allows chat messages.)
 
C

Corellie

Guest
You could, however, have a script that does a /? or a /msg chatbot foobar, and it wouldn't cause excessive spammage.  Adding code to implement such a particular function, but not general spam, could be useful.
 
C

crash700

Guest
so i would just put in


/msg chatbot rollover

delay 850

loop [#]


would that work?
 

Nightmist

Member
[quote author=crash700 link=topic=75.msg242#msg242 date=1144893916]
would that work?
[/quote]

No, what Corellie was saying is that the mafia team (or yourself) could make mafia able to do something like that, (As in add the feature) but as of now, there is no script to chat interface.
 
Top