ID:172188
 
ok i was wondering why a input/alert would be left over upon a reboot?
example:mob/verb/test(msg as text)
If you reboot with it still open.It stays there does the world not completly close and is completly new when rebooted?
The reason why i ask cause in my game this interferes with my login but if its just me then i wonder what could cause it....its really annoying cause my game is rebooted after each match and if anyone has a input left up it stays up and they cant select a team/class
well, there are demos out there to make inputs or alerts disappear after a certain amount of time. You could set them to disappear 30 seconds after they appeared if you like. I'm not sure if that would solve your problem, but you might want to try it out.
In response to Rippy
Yeah that may work but maybe i should just change everything over to browsers cause calling a new browser will over ride the old and that really all i need.If i could do that with inputs i would be happy cause i honestly dont know much about browse()/Topic()