amy and fang spin jump

FastestThingAlive

nrrooooommmm
so i need a lua script that makes amy and fang spin jump for a mod that me and thesrb2fan (the guy who made frontiers sonic) are making, but it gives me a error.
 
To be specific, you need to add a P_SKIN lump inside your mod to change the properties that make Amy/Fang jump normally (setting the flags to 0 instead of SF_NOJUMPSPIN|SF_NOJUMPDAMAGE)

Lua:
name = amy
flags = 0

This worked for me. It replaces the flags of the existing skin "amy". It's in a lump named "P_SKINA", since it only has to START with P_SKIN. You can copy it, name it like... P_SKINF, and replace "amy" with "fang" for the same result.
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top