7 lines
75 B
Plaintext
Raw Permalink Normal View History

#include "model_inc"
int StartingConditional()
{
return HasItem(3);
}