7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
#include "model_inc"
|
|
|
|
int StartingConditional()
|
|
{
|
|
return HasItem(1);
|
|
}
|