I cant remember what keydown s is... maybe 5? If wrong just change it... also, for this to work you will have to have disabledefmovement on
NPC Code:
if (keydown(5)&&timeout) {
setani ollieskateboard,;
// have the gani not loop, and get the aproximite time of it for the following sleep
sleep 1;
setani skateboard,;
}
There, thats a simple way, also if you wanted you could at params to the gani to make diffent style skateboards and colours... just a thought
