added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
10 lines
95 B
Plaintext
10 lines
95 B
Plaintext
int StartingConditional()
|
|
{
|
|
int i = 3;
|
|
|
|
if(i==1)
|
|
return TRUE;
|
|
|
|
return FALSE;
|
|
}
|