| LazyDragoon |
05-20-2001 12:05 PM |
I need some script help
I need a script where if you die you lose 100 gralat and it is laid right where you died. I had a script like this
if(playerdies){lay goldrupee;playerrupees-=100}
but the script didn't work and lays a gold rupee no mater if the player has 100 gralat or not. Is there anyway to make it so if they die they lose up to 100 gralat and the money is scattered around them? This is for a system NPC i'm working on I have the rest almost done but this is starting to anger me :mad:
|