Michael,
This script is designed to be able to be host, server, or single player. Even without a send_skill, the single player part should have no issues. However even in the single player part, all I get is the animation of walking, but no actual walking.
however, there is a lot that I do not now about multiplayer right now, so if I may ask:
where would I put the send_skill? after the c_move(.... in the move_player()? or when exactly do you send it? Again this script is based on Lucoweeds tutorial on multiplayer....and I dont see where he sends the skill either...I understand why we have to send it..so it will update in multiplayer, but I do not understand when to send it..after I do what?
again, the issue in not moving is not in sending it ( though I need to know how), as a single player ( not multiplayer) should be able to walk without a send...so the walk code ( found in player move() ) is not functioning correctly. I have tried both C-move and ent_move...neither seem to do the job..I am missing something...but not sure what.