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
  #16  
Old 10-03-2001, 02:58 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
:D

Quote:
Originally posted by btedji
if you use the previous method, it would work with spaces in the name too
ok i was just posting mine too ....
Reply With Quote
  #17  
Old 10-03-2001, 05:55 AM
LilNiglet LilNiglet is offline
Registered User
Join Date: Jun 2001
Posts: 3,178
LilNiglet is on a distinguished road
STOP WITH THE STARTSWITH CRAP! USE TOKENIZE!
Reply With Quote
  #18  
Old 10-03-2001, 06:00 AM
IceHawk IceHawk is offline
Jenseits von Gut und Böse
IceHawk's Avatar
Join Date: Mar 2001
Location: Vancouver BC, Canada
Posts: 4,704
IceHawk will become famous soon enough
Send a message via AIM to IceHawk
merlin:
with npc server it would probably be something like

with (getplayer(merlin)) {
if (playerchats&&startswith(kill,#c)) {
with (getplayer(#c)) {
playerhearts==playerhearts-playerfullhearts;
}
}
}
__________________
Reply With Quote
  #19  
Old 10-03-2001, 07:58 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by LilNiglet
STOP WITH THE STARTSWITH CRAP! USE TOKENIZE!
tokenize and startswith are your friends !!!!
Reply With Quote
  #20  
Old 10-03-2001, 07:19 PM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
it all depends on what kind of script you are making!!!
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 01:13 PM.


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