Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName set_know_loc
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/20/2005 1:14:08 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "Location of BHW", 1);
|
|
|
|
}
|