added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = 0;
|
|
return iResult;
|
|
}
|