View Single Post
  #15  
Old 10-17-2009, 12:07 AM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
I got it to set to (StaffTag), but no nick in there with:

serverside in the trigger
PHP Code:
  if (params[0] == "settag"){
    
temp.post clientr.spost;
    
temp.getnick getguildnick(params[1], player.account);
    
findPlayer(player.account).nick temp.getnick SPC "(" temp.post ")";  
  } 
clientside
PHP Code:
  if (player.chat == "/settag"){
   if (
clientr.staff == "yes"){
     
triggerserver("gui"this.name"settag");
    
   }
  } 
so its pulling the guild and account but not setting the nick in the guild that is set in there.

also, since graal.net is down, what is SPC exactly, what's it mean, and what's it used for?

also, any ideas on how to add the nick in?
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote