View Single Post
  #1  
Old 11-10-2001, 07:22 AM
r_u_f_u_s r_u_f_u_s is offline
Registered User
Join Date: Nov 2001
Posts: 220
r_u_f_u_s is on a distinguished road
Server Flags Help

I know how to put the account name to make it go into the server flags, but once it is there how do I preform an action with it? Like the script below (the first part) if they say heal account "name" that account name will go into the server.healaccount flag, but once it is there how would it heal the player?



if (playerchats && startswith(heal account,#c)) {
if (strequals(#g,Events Team)) {
tokenize #c;
setstring server.healaccount,#t(2);
}
}
__________________
- ¤Mâ×Îmû§¤ - Owner of Delteria - (borrowing account)
Reply With Quote