Posted by Spyder 63.84.158.60 using Mozilla/4.0 (compatible; MSIE 5.0; Windows 95; DigExt) on April 23, 2000 at 10:45:08:
In Reply to: Help! posted by TK on April 23, 2000 at 06:10:58:
: Attackanimation chane program doesn't seem to work so Chris would you PLEEEAASE enlarge effectiveness of #Newplayer not only to cover walking graphics but also to switch every info of another character (also sounds) and leave only stats intact? Wait a second it still needs to do equip check who has the weapon and thats the problem...damn.
Hmmm..don't know anything about this one, it should work already
: Some SPC questions
: 1. How I can create an attacks which drops HP to 1/2 and 1/4
Create a program that looks like this...
#GetHP("target",variable!)*gets the Hp of target
#variable!=variable!/2*Divides the Hp in half
#GiveHP("target",-variable!)*takes that many hp away
That should work just fine
: 2. How I can create attack which drops HP to 1 (Queen Zeal's Hallation)
: My game is coming along pretty well. It is going to be tough game even 1st boss is tough.
: Shom-ra-keesh 5 Damage to all
: Shomia-cara-keesh 2X5 Damage to all
: Zarco-cara-gareza-keesh 2X 5, 1X 10 damage to all Ouch! luckily Zarco-cara-gareza-keesh is rarely used.
Wow, you don't use large numbers for damage/HP do you :)