added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
10 lines
117 B
Plaintext
10 lines
117 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (!(GetGold(oPC) >= 100)) return FALSE;
|
|
|
|
return TRUE;
|
|
}
|
|
|