Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
10 lines
95 B
Plaintext
10 lines
95 B
Plaintext
int StartingConditional()
|
|
{
|
|
int i = 3;
|
|
|
|
if(i==1)
|
|
return TRUE;
|
|
|
|
return FALSE;
|
|
}
|