I need help.
SCAR Code:if not WhirlPoints[0].x = 0 then
I'm trying to see if there was any input into this tpa. How do i see this?
Cut em2 it
I need help.
SCAR Code:if not WhirlPoints[0].x = 0 then
I'm trying to see if there was any input into this tpa. How do i see this?
Cut em2 it
Formerly known as Cut em2 it



That won't work. You'll need to do this:SCAR Code:if not WhirlPoints[0].x = 0 thenOr justSCAR Code:if not (WhirlPoints[0].x = 0) thenAnd I don't exactly understand your question.. can you rephrase it?SCAR Code:if WhirlPoints[0].x <> 0 then
Thank you it worked!
Cut em2 it
Formerly known as Cut em2 it
There are currently 1 users browsing this thread. (0 members and 1 guests)