» Wed Apr 07, 2010 7:03 am
Ok, I am not doing something right. What I am trying to do is get it so when you first open a terminal, you have one option. 'Recover drives' then once you use that, it shows you other options like to veiw certain portions of it, and the 'recover drives' option goes away. To do this I am using a short. so on the terminal I have a script attached which simply declares the short varable Task. Then, for a condition on the Recover Drives option I put, that Task has to be 0, or what it is by default. Then in the result script for picking that option I put Set ONeilBasemantTerminalRef.Task to 1 which should change task to 1, changing all your options. I havent actually additional options yet, but theres still a problem. When I click on it, it still is there. It isnt changing task to 1, thus making it go away. I dont know why it isnt working... The terminal is persistant, and it doens't complain anywhere. What am i missing?