ok, im making a type of single player rpg. in it youll find medics, and they goto your inventory(dropships). i want it so when u drop them it removes them and completely heals u, my problem is that when u find them they might(havnt tested yet) be removed before use, or might be used when gotten but not wanted.
is there a way i can fix this?
ADDITION: youll be able to get alot of these so dont say make a seperate place where med pac goes first, enters dropship then moves drop ship to inventoy. cause i dont need alot of drop ships.
Rather than filling the dropship with medics, use a death counter to keep track of the number of medpacks, while using a single dropship unit to subtract from the death counter when unloaded.
OR you can add a death count when you find the unit. And for that DC you load the unit and set it to 0. So you can find the item, when you find it. You add the DC that will load the unit. You then load the unit and set the DC back, BUT to actually use the item you have to have the load DC exactly 0.