attack = g_cmd.get_buttons() & 1
g_cmd.set_buttons(g_cmd.get_buttons() | 1)
g_cmd.set_viewangles(90, 0, 0)
x = g_cmd.get_viewangles()[0]
forwardmove = g_cmd.get_moves()[0]
g_cmd.set_moves(0, 0, 0)
Last updated 1 year ago