Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 4 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Updating script support, taking requests
Adrianis Offline
Senior Member

Posts: 620
Threads: 6
Joined: Feb 2012
Reputation: 27
#34
RE: Updating script support, taking requests

(08-29-2013, 01:12 PM)JustAnotherPlayer Wrote: Hold on, change the if-else AND the switch statement to accommodate this please.

That's not necessary

bool IntToBool (int x)
{
    if (x != 0) return true
    else return false
}

if (IntToBool(number)) ...

(This post was last modified: 08-29-2013, 04:53 PM by Adrianis.)
08-29-2013, 01:40 PM
Find


Messages In This Thread
RE: Updating script support, taking requests - by Adrianis - 08-29-2013, 01:40 PM



Users browsing this thread: 1 Guest(s)