Name | Author | Game Mode | Rating | |||||
---|---|---|---|---|---|---|---|---|
Miscellaneous stuff | Violet CLM | Multiple | N/A |
#pragma name "& Knuckles"
bool onLocalChat(string &in stringReceived, CHAT::Type chatType) {
if (chatType == CHAT::WHISPER) //can't accurately replicate whisper chat
return false;
if (!jjRegexSearch(stringReceived, "& Knuckles")) {
jjChat(stringReceived + " & Knuckles", chatType == CHAT::TEAMCHAT);
return true;
}
return false;
}
Jazz2Online © 1999-INFINITY (Site Credits). We have a Privacy Policy. Jazz Jackrabbit, Jazz Jackrabbit 2, Jazz Jackrabbit Advance and all related trademarks and media are ™ and © Epic Games. Lori Jackrabbit is © Dean Dodrill. J2O development powered by Loops of Fury and Chemical Beats.
Eat your lima beans, Johnny.