View Single Post
  #9  
Old 12-09-2011, 06:32 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by Gunderak View Post
Well maybe making an clientr variable as an index and then increasing it when an alert is created and decreasing when the close button is pressed..
I suppose that would work.
I didn't think of this when scripting it.
You don't need an array or index variable, it's possible to create GUIs with a variable name, then use catchevent(); to receive necessary actions on the correct GUI object.
Reply With Quote