Slowly but surely getting there, but needing some help.
I've created this:
It's displaying "0"...
I've created this:
Code:
addMessageCallback("MsgCtfLlamaGrab", foo);
function foo (%msgType, %msgString, %a1, %a2) {
echo($a2 + " Llama grabbed " + %a1 + "'s flag");
echo("%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%");
}
It's displaying "0"...
Last edited: