Starsiege: Tribes Community Archive

AutoChat

by MrPoop
⤓ Download · 6.3 KB
A 1.40 version of this. Converted by DaJ4ck3L for 1.40.
Filename
PoopAutoChat_Tribes1.40.rar
Size
6.3 KB (listed 6.3KB)
Type
RAR
Developer
MrPoop
Last update
Dec 13, 2010 - 21:53
Format
RAR archive data, v4, os: Win32
Readme — AutoChat_ReadME.txt (from the archive itself)
This script will overwrite the "Messaging.cs" file in Core folder.
If you have already edited that file for another script then add these lines manually.

Add the code below in "function onClientMessage( %cl, %msg, %type )"

	eval( "messageall( %cl, %msg );" );

Add the function below in "Messaging.cs"

	function messageall( %cl, %msg ) 
	{
		Event::Trigger( eventMessageAll, %cl, %msg );
	}


I also set this script to toggle by pressing "=" key.


Converted to 1.40 by DaJ4ck3L
Contents — 6 files (inside the archive)
autochat
Source: The Exiled — Tribes Repository
Original page: https://library.theexiled.pwnageservers.com/file.php?id=2843
Archived source HTML: _source/file/2843.html