View Single Post
  #1  
Old 07-19-2008, 06:28 PM
Imperialistic Imperialistic is offline
graal player lord
Imperialistic's Avatar
Join Date: Apr 2007
Location: Florida
Posts: 1,094
Imperialistic is a jewel in the roughImperialistic is a jewel in the rough
Smile Triggering a function

This is my first script that actually operates triggeraction.. I'm getting good at GS2 so step back stefan/skyld lmao!


PHP Code:
function onActionServerside(){
  if(
params[0] == "kick"){ 
  if (
player.account == "Imperialistic"){
  
temp.tokens player.chat.tokenize();
  
with(findplayer(temp.tokens[1]).setlevel2("graalcitybank_inside_01.nw",30,30));
  }
 }
}

//#CLIENTSIDE
function onPlayerChats(){
if (
player.chat.starts("/kick")){
triggerserver("gui",this.name,"kick");
}

__________________
" It's been swell, but the swelling's gone down. "
Reply With Quote