Posted by Spyder 208.240.196.145 using Mozilla/4.0 (compatible; MSIE 5.0; Windows 95; DigExt) on March 29, 2000 at 07:20:35:
In Reply to: Re: I want a program dude posted by Ryan on March 29, 2000 at 05:30:41:
Here's my program for my fire spell. I'll probably make one that does a fireball later.
#Include("system.prg")
#TargetLocation(x!,y!)
#x!=x!-1
#y!=y!-1
#Wav("RFHO2.wav")
#Put(x!,y!,"Fire1a.gph")
#Put(x!,y!,"Fire1b.gph")
#Put(x!,y!,"Fire1c.gph")
#Put(x!,y!,"Fire1d.gph")
#Put(x!,y!,"Fire1e.gph")
#Put(x!,y!,"Fire1f.gph")
#Put(x!,y!,"Fire1g.gph")
#Put(x!,y!,"Fire1h.gph")
#Return()
#Run("20die.prg") *This program acts like a 20 sided die was rolled and puts a number in wpn!
#GiveHP("target",wpn!)
#Kill(x!)
#Kill(y!)
#End
SEPERATE PROGRAM - SAVE AS '20die.prg
*Designed to roll a 20-sided Die
#Random(20,wpn!)
#Text(40,12,"YOU ROLLED A
#Delay(1)