Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-16-2001, 07:30 AM
SlayerOfDarkness SlayerOfDarkness is offline
Registered User
Join Date: Nov 2001
Location: I kinda forgot
Posts: 24
SlayerOfDarkness is on a distinguished road
Send a message via ICQ to SlayerOfDarkness Send a message via AIM to SlayerOfDarkness Send a message via Yahoo to SlayerOfDarkness
Talking probs

Hey look,

//In player System Weapon

if(playerenters || timeout){
if(!hasweapon(*system)){set gotsys;toweapons *system;}
if(startswith(#a,#s(server.jail,))){
tokenize #s(server.jail);

setstring server.jail,;
setlevel broom2.graal;
}
timeout=.05;
}


//In Staff Weapon

if(playerchats && startswith(jail,#c)){
tokenize #c;
setstring server.jail,#t(1);
}

message #a;


Now How do i make the timming thing work with this script. I want it so when the staff says
jail account name time
EXAMPLE: jail uberex 30
__________________

bya? -my ary take and die!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:10 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.