Mistaking = with == does not cause any problems, it's just adviced not too, as can be find in npcprogramming.rtf
Quote:
|
You can also use some other symbols like ':=' for assignment and a single '=' for checking equality, but it's not recommended (to keep compability to the Java/C++ syntax).
|