movement | index /Users/hollis/Desktop/nakedmud/lib/pymodules/movement.py |
movement.py
all of the functions concerned with movement and position change
Modules | ||||||
|
Functions | ||
|
Data | ||
cmd = 'se' dir_abbr = ['n', 'e', 's', 'w', 'ne', 'nw', 'sw', 'se', 'u', 'd'] dir_name = ['north', 'east', 'south', 'west', 'northeast', 'northwest', 'southwest', 'southeast', 'up', 'down'] dir_opp = [2, 3, 0, 1, 6, 7, 4, 5, 9, 8] pos_act = ['collapse', 'sleep', 'sit', 'stand', 'fly'] positions = ['unconscious', 'sleeping', 'sitting', 'standing', 'flying'] |