How do I send events like that?
--tansey
CypherJF - Wed Nov 10, 2004 12:41 am
Post subject:
tell(makeChangeArena(-data-)) ?
I don't remember the events anymore :/
Anonymous - Wed Nov 10, 2004 1:20 am
Post subject:
if you're using MERVBot just login as owner and pm it with !go <arena name>
50% Packetloss - Wed Nov 10, 2004 1:31 am
Post subject:
The declaration-----
BotEvent makeChangeArena(char *name);
What the core does---
case EVENT_ChangeArena:
{
String name = (char*)event.p[0];
if (!invalidArena(name.msg))
h->changeArena(name.msg);
}
Example---
tell(makeChangeArena("arena"));
CypherJF - Wed Nov 10, 2004 9:52 am
Post subject:
Boo ya
Cyan~Fire - Wed Nov 10, 2004 6:37 pm
Post subject:
Just to let you know, all the events along with what they do are listed in dllcore.h. It also contains prototypes for functions that can make the events for you.
Purge - Thu Nov 11, 2004 12:50 pm
Post subject:
Oooh a plugin...