Crom
01-08-2004, 08:31 PM
Sooooo
I am using Presto (no comment), and after i changed some text, all of a sudden *certain* chat options don't work...
I can still use the staples like yes/no/no problem...but all the colorful ones are gone. basically, all the ones presto/say.cs defines as "yellings"; no shazbot, no Doh!, no Ah Crap!, etc.
I can't find any code problems, as i didn't change anything other than the text.
here is the code from my presto/chat.cs
Menu::New(menuChatGlobal, "Global");
Menu::AddPublicChat(menuC hatGlobal,"z", yellDoh);
Menu::AddPublicChat(menuC hatGlobal,"o", yellOops);
Menu::AddPublicChat(menuC hatGlobal,"s", yellShazbot);
Menu::AddPublicChat(menuC hatGlobal,"q", yellDammit);
Menu::AddPublicChat(menuC hatGlobal,"c", yellCrap);
Menu::AddPublicChat(menuC hatGlobal,"e", yellDuh);
Menu::AddPublicChat(menuC hatGlobal,"x", yellYouIdiot);
and from presto/say.cs
// Yellings
Say::New( yellShazbot, "color2", "Shazbot!");
Say::New( yellDammit, "color6", "Dammit!");
Say::New( yellCrap, "color7", "Crap!");
Say::New( yellDuh, "dsgst1", "Duh!");
Say::New( yellYouIdiot, "dsgst2", "You idiot!"););
any help = good
I am using Presto (no comment), and after i changed some text, all of a sudden *certain* chat options don't work...
I can still use the staples like yes/no/no problem...but all the colorful ones are gone. basically, all the ones presto/say.cs defines as "yellings"; no shazbot, no Doh!, no Ah Crap!, etc.
I can't find any code problems, as i didn't change anything other than the text.
here is the code from my presto/chat.cs
Menu::New(menuChatGlobal, "Global");
Menu::AddPublicChat(menuC hatGlobal,"z", yellDoh);
Menu::AddPublicChat(menuC hatGlobal,"o", yellOops);
Menu::AddPublicChat(menuC hatGlobal,"s", yellShazbot);
Menu::AddPublicChat(menuC hatGlobal,"q", yellDammit);
Menu::AddPublicChat(menuC hatGlobal,"c", yellCrap);
Menu::AddPublicChat(menuC hatGlobal,"e", yellDuh);
Menu::AddPublicChat(menuC hatGlobal,"x", yellYouIdiot);
and from presto/say.cs
// Yellings
Say::New( yellShazbot, "color2", "Shazbot!");
Say::New( yellDammit, "color6", "Dammit!");
Say::New( yellCrap, "color7", "Crap!");
Say::New( yellDuh, "dsgst1", "Duh!");
Say::New( yellYouIdiot, "dsgst2", "You idiot!"););
any help = good