OneUponMany
10-31-2006, 04:02 PM
I am trying to make an if/else statement that stays active threw the entire world is this possible? And by stays active I mean this:
If - "AliceLiddell" Distance to "Car" <= 5.
Car.say "Press ? to enter Car"
Else
Do nothing.
I want to have the If/Else stay active so if I walk up to the car and then come back up to the car the car will say this again. I have tried to loop this if/else statement but instead of it staying active it won't go past this statement and it will just continously say "Press ? to enter Car" not allowing me to move away from the car or do any other actions.
ANy help would be appreciated!
Thanks
-- Matt
If - "AliceLiddell" Distance to "Car" <= 5.
Car.say "Press ? to enter Car"
Else
Do nothing.
I want to have the If/Else stay active so if I walk up to the car and then come back up to the car the car will say this again. I have tried to loop this if/else statement but instead of it staying active it won't go past this statement and it will just continously say "Press ? to enter Car" not allowing me to move away from the car or do any other actions.
ANy help would be appreciated!
Thanks
-- Matt