View Single Post
  #2  
Old 05-31-2010, 08:46 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
You don't need a trigger for that.

PHP Code:
function onPlayerChats() {
  if (
player.chat == "Testdestination"){
    
player.setLevel2("overworld_bw061.nw"15.515};
  }
}
//#CLIENTSIDE 
function onCreated(){ 
  
setcoloreffect(1,1,1,0.01); 
  
setimgpart("block.png",0,0,32,16); 

__________________

Last edited by cbk1994; 05-31-2010 at 09:27 PM.. Reason: didn't notice "=" comparison
Reply With Quote