View Single Post
  #9  
Old 04-04-2007, 07:13 PM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally Posted by Chandler View Post
I don't quite understand, could you show an example? thanks!!
class: coolness
PHP Code:
//#CLIENTSIDE
public function pointlessChat() {
  
this.chat "takeover!";

someweapon
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
player.join("coolness");
}

function 
onPlayerChats() {
  
// Take over chat... pointlessly
  
player.pointlessChat();

With this weapon on your person, if you talk, your chat will change to takeover!
__________________
Reply With Quote