Hey there. I have put Mafia Into my not (not my Mafia) I think its Pokemon Online's. http://pastebin.com/FFDFGdVp When I go to "Mafia" Channel or whatever i named it. I type /start and /join butz it says the command start doesn't exsit (however u spell it im not good at spellin) Umm yeh thats about it. If someone can help me that would bee nic.
PO Scripts have: Code (text): if (channel == mafiachan && !SESSION.users(src).mute.active) { try { mafia.handleCommand(src, message.substr(1)); return; } catch (err) { if (err != "no valid command") { mafiabot.sendAll("error occurred: " + err, mafiachan); mafia.endGame(0); mafia.themeManager.disable(0, mafia.theme.name) return; } } } inside the command handling block in beforeChatMessage. You may need to modify it, the main thing is to have: if (channel == mafiachannel) mafia.handleCommand(...)
I edited it but i get this message Code (text): Script Error line 1454: ReferenceError: Can't find variable: channel and scripts are broken but it still says Script Check: OK just when i type /start, ect. I have tryed "chan" "channel" Chans" but im not sure why it does this..
OMGzz It's still no workin either it says Script Error line 1454: ReferenceError: Can't find variable: channel / Script Error line 1454: ReferenceError: Can't find variable: chan and when i do fix it and type /Start, ect.. in Mafia Channel nothin happens ._.
Well Lol but I have my Script Link in the 1st Post so i don't know why Lamperi said with out the script link ._>
Here is the Link: http://pastebin.com/FFDFGdVp : I took out Mafia, but if anyone puts it in and IT WORKS that would be very nice.