I put this at the beginning of a (always running) script,
when first going into test mode, GG locks up and does not
enter the map-- stays at the keyboard controls screen.
What did I do wrong?
I also hit some number keys while it was locked because it is
supposed to wait until a number from 1-9 is entered...
while entlev[e] < 2 or entlev[e] > 9 do --- scan codes for 1-8
TextCenterOnX(50,15,3,"Enter Beginning Level 1-8: ")
entlev[e] = g_Scancode
end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> before this runs (init)-
entlev[e] is assigned local {}
and entlev[e] = 0