Thread: Counter
View Single Post
  #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