This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Anyone able to code small script for me ?

Old posts that have not been replied to for several years.
Locked
G
Gunni

Post by Gunni »

Hi there,

I have a problem:
I don't know TCL and don't have the time to learn it :/

So, I need a script, that will change the topic if a certain user with a handle on my bot will say a unique sentence.
(It' about HLSW and changing the topic, if Ts or CTs scored, for everyone who's into Counterstrike :wink: )
I tried to change badword-scripts and other stuff, but I'm either too stupid to alter scripts or too inexperienced ;/

If anyone could help me or code that script, I would really be thankfull :smile:
P
Phooka

Post by Phooka »

u mean something like
rt topic "new topic here?"
G
Gunni

Post by Gunni »

nope, I mean some like this:

Code: Select all

( 20:13:01 ) ( MTVc|Bot ) ************** Round End: Ts WIN (CT: 0, T: 1) ***************
( 20:14:25 ) ( MTVc|Bot ) ****** Round End: Ts WIN (target bombed) (CT: 0, T: 2) *******
( 20:33:56 ) ( MTVc|Bot ) ****** Round End: CTs WIN (bomb defused) (CT: 8, T: 12) ******
MTVc|Bot has a special handle on my Bot, so I need a parsing script or so, that checks first the right handle.
Locked