added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
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);
|
|
|
|
}
|