|
| 18 Nov 2012 01:27 AM |
I wondered if the scripting changed after the updates because I've noticed these changes:
if a = 100 then -changed to- if a==100 then --since the output won't accept it
function onTouch() -is now- function onTouched()
I am very confused after not coming back for 2 months (my computer was broken)
Help me plz and Thanks in Advance
-BN -or- WIN-X |
|
|
| Report Abuse |
|
|
Keyrut
|
  |
| Joined: 23 Nov 2011 |
| Total Posts: 6501 |
|
|
| 18 Nov 2012 01:28 AM |
| any = in the middle of if and then must be a == to work. |
|
|
| Report Abuse |
|
|
|
| 18 Nov 2012 04:42 PM |
| Well that rule didn't exist before. It just changed because of the updates right? |
|
|
| Report Abuse |
|
|