Difference between revisions of "Talk:If"
Jump to navigation
Jump to search
no edit summary
imported>JOG |
imported>Mrflippy |
||
Line 32: | Line 32: | ||
--[[User:JOG|JOG]] 15:27, 14 April 2006 (EDT) | --[[User:JOG|JOG]] 15:27, 14 April 2006 (EDT) | ||
== Gotchas == | |||
The following if condition compiled (I forgot to type the last angleA): | |||
<pre>if (angleA >= 0 && angleA <= 90) || (angleA >= 180 && < 270)</pre> | |||
Once my script hit this line, it stopped working completely. No indication that anything was wrong. --[[User:Mrflippy|Mrflippy]] 21:06, 15 April 2006 (EDT) |