Jump to content

[HELP] SendWorldText with CreatureAI


Guest blukkie

Recommended Posts

I want to announce things worldwide with the SendWorldText function, but I get Unresolved External Symbol errors when using the function

char msg[200];
snprintf(msg, 200, "%s blabla test", m_creature->GetName());
sWorld.SendWorldText(LANG_SYSTEMMESSAGE, msg);

Now I've run into problems like these more often and I'd like to know, is there a way to add these functions to the CreatureAI?

I've tried a couple of things trying to fix this, but I haven't found a way.

Thanks in advance.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use