Macro: ACTOR - a short cut for this_player() Synopsis: mixed ACTOR Descripton: 'ACTOR' is a systemwide shortcut for 'this_player()' if you hate to type that much. Note: It's a simple define: #define ACTOR this_player() Return value: this_player() or 0 if there is no acting object See also: efun/this_player, lib/MACROs