2024-06-20 15:47:42 -04:00

7 lines
75 B
Plaintext

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