hi people, need some help on this tiny thing. on one line it says..
prefix = "+" --// Set the Cmd prefix Ex. !help, +help, -help ecc...
Wher it sayz "+". is ther a way so you can make it mor than one command like ? and ! instead of just +. plz help thnks!!
prefix = "+" or "?"
try that...
/NightLitch
hmm. stil no luck.. it just reads the first one "+".
notice that to... needed to test..
lol... any other solutionz ??
dont wory people, i found out now :)
imagine this is the command
if cmd == prefix.."whatever" then
well use wordpad and replace all of these with:
if cmd == prefixa.."whatever" or cmd == prefixb.."whatever" then
and also change the prefix = "!" to
prefixa = "+"
prefixb = "!"
l8rr,,