Poll

Do you know how to script?

Yes
Kinda
A Little
Not Really
No

Author Topic:  server message script help   (Read 2714 times)

This is why they invented LOLscript
Thanks you were absolutely no help at all unless your post had some sort of significance, but from what I can see it didn't.

Anyway on a lighter note,
is THIS correct?
Code: [Select]
package newpackage
{
function clientCMDServerMessage(%arg1,%arg2,%arg3,%arg4,%arg5,%arg6,%arg7,%arg8,%arg9,%arg10,%arg11,%arg12)
{
parent::clientCMDServerMessage(%arg1,%arg2,%arg3,%arg4,%arg5,%arg6,%arg7,%arg8,%arg9,%arg10,%arg11,%arg12)
{
echo(%arg1 SPC"||"SPC %arg2)
}
}
};
activatePackage("newpackage");

I got a few tips from someone but I don't know what else this needs to work.

What is the ||? Never mind, thought you were trying to call an or as an arguement.\
You have breakers there and you don't even need them. You'd do an if to check if arg1 is what you want to respond to, then reply to the player if it is.
« Last Edit: February 20, 2009, 04:21:24 AM by Destiny/Zack0Wack0 »

Quote
Code: [Select]
Entering [SpaceTick]SpaceTick()
   Entering [SpaceTick]SimSet::tick(TargetCtrl)
      Entering targetCtrlTick(TargetCtrl)
      Leaving targetCtrlTick() - return 162154
   Leaving [SpaceTick]SimSet::tick() - return 162154
Leaving [SpaceTick]SpaceTick() - return 2134
If you're trying to do a trace, disable my SpaceTick-based Add-Ons (Targets, Portal Gun) or call cancel($SpaceMods::SpaceTick); before doing so. This removes the trace spam about every 30 milliseconds. If you did the second, you can restart it (so the items/events will work again) by calling spaceTick();.

Also, Laremere, please move your explanations onto more than one line or something. They're very badly stretching the page on my monitor. (Which is at full screen 1280x1024 and still doing it)

._. How does that help my current situation Space?

._. How does that help my current situation Space?
:o maybe he's just too smart for us, I didn't get it either.  He's really good at this though so that probably will fix the problem.

it helps because it creates a constant tick of spam in your console when you try to trace(1);

._. How does that help my current situation Space?
Your trace logs contained unnecessary text which was caused by one of my Add-Ons. I was giving you a solution to this so you use the trace() function in future without extra console spam.

Well thank you but that wasn't the info I was looking for..... I think. I mean if I could find a script with these commands I'm sure I'd be able to figure it out myself.

He wants to send a message out clientsidedly that isn't his name. This is impossible unless you buy a new id, connect it and use it as a bot. Serverside code this could be done simply with messageAll(' ',"\c3NAME\c6: MESSAGE"); but clientsidely is quite impossible.

No silver, you are way off. I want to make a bot that responds to me basically. I would say:

"Hi Gamerbot.

Gamerbot: Hello almighty creator."

Yeah I talk to nothing and expect a response, so what?


You should ask rkynick at his server he has two bots that have a couple of functions. (Also his girl bot loves me 0_o)