Posted by MrG 207.231.75.149 using Mozilla/4.5 [en] (Win98; I) on April 11, 2000 at 15:10:12:
In Reply to: Agh !.. I need help with some advanced battle stuff.... I'm full of questions to today :) posted by Gaden on April 10, 2000 at 17:20:00:
: 1. Can someone explain how a system of ammo using weapons might work ?
Hmmm.. Well, you could have an item that you were using for ammo,
and you could use the #ItemCount command to find out how many you have, then
use however many in your battle proggie you need (if you have enough in the first
place)...
: 2. Is there any way I can find the defense stat of a target in a program ?
Hmmm.. Good question.. Does, like #GetDP work for anything with a handle (i.e enemies
too) or just characters? Heh, you could try it and find out I guess...
: 3. Can someon explain how it is possible to make additional character attributes like Speed, Agility, and Accuracy ?
Well, what I do is have a seperate internal array for each of my enemies and characters with the stats in them.. Like the first
element in the array is STR, the second AGL, etc., etc... Internal arrays is how I would do it.. But you could just use variables, too,
cuz they remain constant throughout the entire game (i.e you can use the same variables in different programs and their values stay the same)..
: Geez...I've posted like 9 times today.....I wish there was a chat room.....*sigh*...
Mwhahahaha...
Mike