script 1 OPEN{
while (thingcountsector (T_NONE, 0, 3000)) {
print (s : "MY PINKY COLLECTION");
}
}
This was just a test to see how it worked before i try the more complex thing i thought of, but it gives me the "identifier has not been declared" error on the "T_NONE"
help please
