//:://///////////////////////////////////////////// //:: Name: areascan_def //::////////////////////////////////////////////// /* Contains constant and variable declarations */ //::////////////////////////////////////////////// //:: Created By: Flash //:: Created On: 02-mar-2005 //:: Updated By: Flash //:: Updated On: 05-mar-2005 //:: Update: Added ARESCANNER_AREA_LOC so every are in list will have one known location //::////////////////////////////////////////////// int AREASCANNER_START_CUSTOM_TOKEN = 99000; // Token ID in conversation const string AREASCANNER_AREA_LOC = "oAreaScannerAreaLoc"; const string AREASCANNER_SPAWNS_IN_AREA = "iAreaScannerSpawnsInArea"; const string AREASCANNER_AREA_COUNT = "iAreaScannerOverfarmedAreas"; const string AREASCANNER_SETUP_OK = "iAreaScannerSetupOK"; const int AREASCANNER_MAX_AREAS = 8; const int AREASCANNER_MAX_SPAWNS_IN_AREAS = 8; object oListOwner = GetLastSpeaker(); int iCurrentListSize = 0;