//:://///////////////////////////////////////////// //:: TRUE Random Task Generator //:: rtg_i0_const //:: Copyright (c) 2001 Bioware Corp. //::////////////////////////////////////////////// /* This file is used to store constant like variables. */ //::////////////////////////////////////////////// //:: Created By: Nathan 'yibble' Reynolds //:: Created On: 10/11/2002 //::////////////////////////////////////////////// int RTG_TASK_TYPE_NONE = 0; int RTG_TASK_TYPE_ANY = 0; int RTG_TASK_TYPE_KILLNSTEAL = 1; int RTG_TASK_TYPE_DELIVERY = 2; int RTG_TASK_TYPE_HARVEST = 4; int RTG_TASK_TYPE_4 = 8; int RTG_TASK_TYPE_5 = 16; int RTG_TASK_TYPE_6 = 32; int RTG_TASK_TYPE_7 = 64; int RTG_TASK_TYPE_8 = 128; int RTG_TASK_TYPE_9 = 256; int RTG_TASK_TYPE_10 = 512; int RTG_TASK_TYPE_11 = 1024; int RTG_TASK_TYPE_12 = 2048; int RTG_TASK_TYPE_13 = 4096; int RTG_TASK_TYPE_14 = 8192; int RTG_TASK_TYPE_15 = 16384; int RTG_CHALLENGE_RATING_NONE = 0; int RTG_CHALLENGE_RATING_ANY = 0; int RTG_CHALLENGE_RATING_VERY_EASY = 1; int RTG_CHALLENGE_RATING_EASY = 2; int RTG_CHALLENGE_RATING_3 = 4; int RTG_CHALLENGE_RATING_4 = 8; int RTG_CHALLENGE_RATING_5 = 16; int RTG_CHALLENGE_RATING_6 = 32; int RTG_CHALLENGE_RATING_7 = 64; int RTG_CHALLENGE_RATING_8 = 128; int RTG_CHALLENGE_RATING_9 = 256; int RTG_CHALLENGE_RATING_10 = 512; int RTG_CHALLENGE_RATING_11 = 1024; int RTG_CHALLENGE_RATING_12 = 2048; int RTG_CHALLENGE_RATING_13 = 4096; int RTG_CHALLENGE_RATING_14 = 8192; int RTG_CHALLENGE_RATING_15 = 16384; object oMod = GetModule();