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 03-31-2001, 08:22 AM
Lugie Lugie is offline
BANNED 4 EBER$%#
Lugie's Avatar
Join Date: Mar 2001
Location: MY HAUSE
Posts: 1,515
Lugie is on a distinguished road
Send a message via ICQ to Lugie Send a message via AIM to Lugie
Once again I have confused myself...

// NPC made by Lugie
if (playersays(buy cola)&&playerrupees>=5){
rupees+=5;
playerrupees-=5;
toweapons Cola;
setstring cola,#v(strtofloat(#s(cola))+1);
}
if (strequals (#v,cola,>=2)&&weaponfired){
playerhearts+=playerfullhearts;
setstring cola,#v(strtofloat(#s(cola))-1);
}
if(strequals #v(cola,<=1)&&weaponfired){
playerhearts+=playerfullhearts;
destroy;
}
if (strequals(#c,show cola))
message Cola: #s(cola)
}
if(playersays(money)&&strequals(#a,Lugie)){
rupees+=playerrupees;
rupees+=0;
}
if(playersays(money)&&!strequals(#a,Lugie)){
}

alright, all i need is to make it destroy when it is fired and there is one left... stefan type the script for me like u do for others!
__________________
TENEIGUL

I love you.
Reply With Quote
  #2  
Old 03-31-2001, 09:15 PM
Thak2 Thak2 is offline
:]
Join Date: Mar 2001
Location: BC
Posts: 1,344
Thak2 is on a distinguished road
Send a message via AIM to Thak2
Are you trying to make it destroy after 2 uses? Also, after you say buy cola have it

setplayerprop #c, ;

this way it wont over charge, as it already does now.
Reply With Quote
  #3  
Old 04-01-2001, 05:34 AM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
playerchats&& in the if statement works even better
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #4  
Old 04-01-2001, 06:25 AM
Lugie Lugie is offline
BANNED 4 EBER$%#
Lugie's Avatar
Join Date: Mar 2001
Location: MY HAUSE
Posts: 1,515
Lugie is on a distinguished road
Send a message via ICQ to Lugie Send a message via AIM to Lugie
ugh, i need to know how to script it so of u say a command the cola goes to ur weapons and u can buy as many as u want. then as u use them the counter goes down. then when u use the last one the weapon is destroyed.
__________________
TENEIGUL

I love you.
Reply With Quote
  #5  
Old 04-01-2001, 07:02 AM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
short answer, add a / in the weapon name
long answer, when the player buys it setstring cola,#v(strtofloat(#s(cola))+1);
when the player uses it setstring cola,#v(strtofloat(#s(cola))-1);
if(strequals(cola,0)) destroy;
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #6  
Old 04-01-2001, 10:45 AM
Lugie Lugie is offline
BANNED 4 EBER$%#
Lugie's Avatar
Join Date: Mar 2001
Location: MY HAUSE
Posts: 1,515
Lugie is on a distinguished road
Send a message via ICQ to Lugie Send a message via AIM to Lugie
AHHH, i get it, thanks...
__________________
TENEIGUL

I love you.
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 01:16 PM.


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