Thread: Help
View Single Post
  #7  
Old 09-20-2002, 02:20 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Quote:
Originally posted by R0b1n-NPC
i think functions should have custom variables that can only be used inside the functions, e.g.

PHP Code:
if (playerenters) {
  
killplayer(#a,Hahah you suck);
}

function 
killplayer(account,message) {
  
with (getplayer(account)) {
    
playerhearts=0;
    
say2 message;
  }

that would be teh 1337
Great idea, but this has been asked for since functions were added to graalscript long ago (like 3 years or something).
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote