Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-09-2001, 08:08 AM
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
keydown 0

why wont this work for me?

if(keydown(0)&&this.item>1){
this.item--;
}
Reply With Quote
  #2  
Old 10-09-2001, 08:12 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Re: keydown 0

Quote:
Originally posted by btedji
why wont this work for me?

if(keydown(0)&&this.item>1){
this.item--;
}
is this.item>1?

and is it in a timer?
__________________
Thanks,
-KJL
Reply With Quote
  #3  
Old 10-09-2001, 08:50 AM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
Re: keydown 0

Quote:
Originally posted by btedji
why wont this work for me?

if(keydown(0)&&this.item>1){
this.item--;
}
Try this:
NPC Code:

if (playerenters) {
timeout=0.05;
}
if (timeout) {
if(keydown(0)&&this.item>1){
this.item--;
}
timeout=0.05;
}

__________________

-=Shard IceFire=-
Reply With Quote
  #4  
Old 10-09-2001, 07:22 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
i took it out of a timeout loop which i forgot to mention and i even put this.item as 10 but still no luck
Reply With Quote
  #5  
Old 10-09-2001, 07:23 PM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
hi
__________________
Donate money for my trip to Germany

Adiarde Manager
Reply With Quote
  #6  
Old 10-09-2001, 09:01 PM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
Show us the entire script! =]
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote
  #7  
Old 10-09-2001, 10:14 PM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Quote:
Originally posted by BocoC
Show us the entire script! =]
Betcha he spelt something wrong X_X
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote
  #8  
Old 10-10-2001, 12:51 AM
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
i have to change it before i show you because its for a server im with
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 11:20 PM.


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