Blockland Forums > Suggestions & Requests
Whisper Mod
Placid:
--- Quote from: Bones on October 18, 2009, 07:50:52 PM ---Does it have a control bind?
--- End quote ---
No?
Just choose something: you have the options of /cmd, !, @, #, $, %, ^, &, *, (, ), -, _, =, + or some other symbol.
Edit: Here. Tell me if you cant open it or something. :(
http://www.mediafire.com/?sharekey=47eec6c816cb4b72e7ba8e3c6e11ce20a5f4340579506de0ea4ac78345cbe4ce
It's bugged, fixing
http://www.mediafire.com/?sharekey=47eec6c816cb4b72e7ba8e3c6e11ce20a5f4340579506de0ea4ac78345cbe4ce
There, it's fixed.
Bones:
I'll go with the = symbol. But wait, so I go like this?
/= <insert name here> <insert message here>?
Placid:
--- Quote from: Bones on October 18, 2009, 08:27:39 PM ---I'll go with the = symbol. But wait, so I go like this?
/= <insert name here> <insert message here>?
--- End quote ---
I could make it so you go /=, i could make it so you go =, but i posted the /whis one two posts up.
Kalphiter:
--- Quote from: Bones on October 18, 2009, 08:27:39 PM ---I'll go with the = symbol. But wait, so I go like this?
/= <insert name here> <insert message here>?
--- End quote ---
Can't do, you can't declare a = in a function.
function serverCmd=(%client)
{
blah
}
Placid:
--- Quote from: Kalphiter on October 18, 2009, 08:33:17 PM ---Can't do, you can't declare a = in a function.
function serverCmd=(%client)
{
blah
}
--- End quote ---
Yeah, but you could probably use if(getSubStr(%msg) $="/=") , right?