act_move.c: In function `do_climb':
act_move.c:2221: `running' undeclared (first use in this function)
act_move.c:2221: (Each undeclared identifier is reported only once
act_move.c:2221: for each function it appears in.)
act_move.c: In function `do_enter':
act_move.c:2252: `running' undeclared (first use in this function)
act_move.c: In function `do_leave':
act_move.c:2291: `running' undeclared (first use in this function)
act_move.c: In function `pullcheck':
act_move.c:2461: too few arguments to function `move_char'
act_move.c:2619: too few arguments to function `move_char'
act_move.c:2915:2: warning: no newline at end of file
what can i do to fix this?