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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Mind-boggling "SetEntityCallbackFunc" issue
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: Mind-boggling "SetEntityCallbackFunc" issue

Try adding the variable before check();. You're getting your desired output of 2, but it's doing the check before.

First pass:

Check
Local Var = 0, so don't check.
Local Var = 1.

Check
Local Var = 1, so don't check.
Local Var = 2.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
05-27-2016, 12:54 AM
Find


Messages In This Thread
RE: Mind-boggling "SetEntityCallbackFunc" issue - by Romulator - 05-27-2016, 12:54 AM



Users browsing this thread: 1 Guest(s)