phudbase/
phudbase/client/
phudbase/client/css/
phudbase/client/images/colorbox/CVS/
phudbase/client/js/
phudbase/server/
phudbase/server/includes/actions/
phudbase/server/includes/classes/
phudbase/server/includes/classes/GameObjects/
<?php
	$c = getCharMem($cEID);	

	// Send the message to everyone in the room except the speaker //
	$c->getRoom()->send("{$c->getName()} says, \"$args\"", "room", $c->getEID());
	
	// Let the player know it worked... //
	$c->send("You said, \"$args\"", "caction");
?>