Send here a screenshot of the S_SKIN lump of your add-on. The problem seems to come from there.
Send here a screenshot of the S_SKIN lump of your add-on. The problem seems to come from there.
Is there any way possible I can give my character a third moveif you don’t want a second ability, put CA_NONE next to ability2.
and for the flags, that line thing ( | ) doesn’t need spaces separating it and the flags.
also you have 2 lines specifying which flags your character has
luaIs there any way possible I can give my character a third move
but how I have the lua
Lua is SRB2's coding language used for addons.but how I have the lua
Don't mix upif you don’t want a second ability, put CA_NONE next to ability2.
CA_NONE
with CA2_NONE
! One of them is used for the primary ability.