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 10-23-2001, 12:13 PM
Kansuke Kansuke is offline
Registered User
Join Date: Oct 2001
Location: Somewhere... i think
Posts: 129
Kansuke is on a distinguished road
Rupees (STEFAN)

Im adding a donations box to my racetrack..
so people can donate cash if they want.. i was wondering how this is done because the npcserver might block this or something... is it just playerrupees
or is it somehting more complicated that has to do with the npcserver
__________________

^ Im making sigs like this for 10g-20g!
Reply With Quote
  #2  
Old 10-23-2001, 05:52 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
Ummm.........
if (playerlaysitem){take greenrupee;take bluerupee;take redrupee; take goldrupee;}
if (created){timeout=.05;}
if (timeout){message #v(rupees) has been donated!;timeout=.05;}
if (playerchats&&strequals(#g,race track owner)&&strequals(#c,take donations)){playerrupees=playerrupees+rupees;rupee s=0;timeout=.05;}
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote
  #3  
Old 10-23-2001, 05:55 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
or........
if (playerchats&&startswith(Donate,#c)){tokenize #c;}
if (tokenscount==2){
if (playerrupees=>#t(1)){rupees+=#t(1);playerrupees-=#t(1);}

something like these?
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote
  #4  
Old 10-23-2001, 06:00 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
messed up on teh bottom
try
// NPC made by Josey Hunt
if (playerchats&&startswith(Donate,#c)){tokenize #c;}
if (tokenscount==2){i=strtofloat(#t(1));
if (playerrupees=>i){rupees+=i);playerrupees-=i;
}}
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote
  #5  
Old 10-23-2001, 06:06 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
I'm really tired cause I've been playing Unreal Tournament fo days in a row, so don't gripe if neither works, *****!
Well back to more killing
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote
  #6  
Old 10-23-2001, 06:10 PM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
Minimum timeout with NPC server is 0.1
Reply With Quote
  #7  
Old 10-24-2001, 06:59 AM
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
Quote:
Originally posted by Slaktmaster
Minimum timeout with NPC server is 0.1
Only for serverside scripts. Clientside scripts can be 0.05
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
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 10:39 PM.


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