Removed old cripple creek maps and added originals back in. Fixed outfits for some mobs that were not showing up previously. Added and fixed some transitions.
10 lines
95 B
Plaintext
10 lines
95 B
Plaintext
int StartingConditional()
|
|
{
|
|
int i = 3;
|
|
|
|
if(i==1)
|
|
return TRUE;
|
|
|
|
return FALSE;
|
|
}
|