1. go find this
You must login or register to view this content.
2. add what you want like this
You must login or register to view this content.
3. make sure u have the function in the menu
You must login or register to view this content.
that should be it and test it out.
if(self actionslotfourbuttonpressed()) is RIGHT
if(self actionslotthreebuttonpressed()) is LEFT
if(self actionslottwobuttonpressed()) is DOWN
if(self actionslotonebuttonpressed()) is UP
if(self actionslotfourbuttonpressed() && self getstance() == "crouch")
if(self actionslotthreebuttonpressed() && self getstance() == "crouch")
if(self actionslottwobuttonpressed() && self getstance() == "crouch")
if(self actionslotonebuttonpressed() && self getstance() == "crouch")