/* codes returned by the origin() efun */ /* Taken from VikingMUD */ #define ORIGIN_DRIVER 0x1 #define ORIGIN_LOCAL 0x2 #define ORIGIN_CALL_OTHER 0x4 #define ORIGIN_SIMUL_EFUN 0x8 #define ORIGIN_CALL_OUT 0x10 #define ORIGIN_EFUN 0x20