kimono
Well-known member


SkeletonGA2 now has a basic idle, stab, throw, dodge as expected for a basic player.
@Bloodbane: I'm having trouble with the spawning of a corpse (Mayat or MayatH) when an enemy dies.
As a reminder, these corpses allow the Wizard to resurrect skeletons through necromancy.
Mayat and MayatH don't stay on platforms, and I can't figure out how to keep them there.
Does anyone have any ideas? I've tried a few things, like changing their type, disabling gravity, and even putting a bbox on them.
Here is an example of how they are invoked:
Code:
anim death
delay 5
offset 60 98
frame data/chars/longmoan/die1.png
frame data/chars/longmoan/die2.png
frame data/chars/longmoan/die1.png
@cmd spawnA "Mayat" 0 0 0 "Longmoan"
frame data/chars/misc/empty.png
@cmd suicide
frame data/chars/misc/empty.png





