index 76437dfde2e..45ac12428c3 100644 --- a/x_/x_sfscript_const.nss +++ b/x_/x_sfscript_const.nss @@ -539,6 +539,10 @@ const int PLAYER_SERVER_ROLE_AREA_BUILDER = 0x00000001; const int PLAYER_SERVER_ROLE_RESOURCES_BUILDER = 0x00000002; const int PLAYER_SERVER_ROLE_SCRIPTER = 0x00000004; const int PLAYER_SERVER_ROLE_SCRIPTS_MANAGER = 0x00000008; const int PLAYER_SERVER_ROLE_DM = 0x00000010; const int PLAYER_SERVER_ROLE_HEAD_BUILDER = 0x00000040; -const int PLAYER_SERVER_ROLE_ADMIN = 0x00000080; \ No newline at end of file +const int PLAYER_SERVER_ROLE_ADMIN = 0x00000080; + +const int ACTION_IN_PROGRESS = 1; +const int ACTION_COMPLETE = 2; +const int ACTION_FAILED = 3; \ No newline at end of file