Thread: Bool detection
View Single Post
  #8  
Old 12-14-2007, 06:12 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
in true scripting you can replace FALSE with 0 and TRUE with 1. This is a binary principle. Since FALSE is a value of nothing, "0" is used and vice versa. JUst check for a 1 or 0.
__________________
Deep into the Darkness peering...
Reply With Quote