Forum: How do I...?
10-26-2010, 05:03 PM
|
Replies: 4
Views: 24,792
|
Forum: How do I...?
09-26-2010, 04:41 PM
|
Replies: 4
Views: 24,792
Use boolean variables to control that.
...
Use boolean variables to control that.
Basically,
Events
When <key> is typed
--<world.variable> set value to <true>
When <other key> is typed
--<world.variable> set value to <false>
Method...
|