The Jawa won't explode for he does not have an exploding animation, here it is void main() { object oJawa=GetObjectByTag("jawadie"); AssignCommand(oJawa,ActionPlayAnimation(26,1.1)); DestroyObject(oJawa,0.3); } Replace the tag jawadie with...
[Read More]