elseif menu == 123 OpenTextInput "Name: |Done" 0 25 set menu to 123.5 elseif (menu == 123.5) set button to GetButtonPressed if (button == 0) set tempstring to GetInputText messageex $tempstring setname $tempstring curset let iSetName[setnum] := tempstring sv_destruct tempstring CloseTextInput set menu to 120 else UpdateTextInput endif
I have this bit of code in part of my script, trouble is the box comes up but you cant type anything into it....the cursor can show up, but it's like the box is just frozen. I have used a text box in an earilier part of my script with the exsact same code and it works fine....but this one doesnt....any ideas?