added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
if (GetLocalInt(oPC,"iAmInCommodityArea")==99) return TRUE;
|
|
return FALSE;
|
|
|
|
}
|