PDA

View Full Version : Changing the weapon sprite used by goriyas.



Archangel
04-15-2009, 09:51 AM
I realized that goriyas use what boomerang link has. Is it possible to give them their own sprite for their EW_brangs. I prefer a simple global script that does this regardless of screen or location.

Joe123
04-15-2009, 10:04 AM
Yeah.
What you need to do is load each eweapon on the screen every frame, then if you find an EW_BRANG, set its graphic to the one you want.

Archangel
04-20-2009, 11:03 AM
EDIT: Done