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 (Solved) GetPropIsInteractedWith not working?
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#14
RE: (Solved) GetPropIsInteractedWith not working?

PHP Code: (Select All)
bool a = (Speed >= 0.25f);
bool b = (GetPropIsInteractedWith(asParent)); 

what happened with this? Both this values are being initialized?
Insert there a debug message (if you want to keep testing). Something like this:
If (a) msg("a is true") else msg("a is false");
if (b) msg("b is true") else msg("b is false");

08-22-2015, 02:49 PM
Find


Messages In This Thread
RE: (Solved) GetPropIsInteractedWith not working? - by Daemian - 08-22-2015, 02:49 PM



Users browsing this thread: 1 Guest(s)