BCGames
|
  |
| Joined: 30 Dec 2010 |
| Total Posts: 8182 |
|
|
| 15 Nov 2011 08:10 AM |
Expert:
blah=2 sdf=4 print(""..blah+sdf.."")
Advanced:
local numberOne = 2; local numberTwo = 4; print(blah+sdf) |
|
|
| Report Abuse |
|
|
BCGames
|
  |
| Joined: 30 Dec 2010 |
| Total Posts: 8182 |
|
|
| 15 Nov 2011 08:11 AM |
derp
Expert:
blah=2 sdf=4 print(""..blah+sdf.."")
Advanced:
local numberOne = 2; local numberTwo = 4; print(numberOne+numberTwo) |
|
|
| Report Abuse |
|
|
| |
|
natjdog09
|
  |
| Joined: 16 Jan 2010 |
| Total Posts: 1370 |
|
|
| 15 Nov 2011 08:12 AM |
My story:
I can't script.
The end. |
|
|
| Report Abuse |
|
|
BCGames
|
  |
| Joined: 30 Dec 2010 |
| Total Posts: 8182 |
|
|
| 15 Nov 2011 08:12 AM |
@ninja
Cleaner, and more clear. |
|
|
| Report Abuse |
|
|
|
| 15 Nov 2011 08:14 AM |
Wow.
If the difference is being cleaner and more clearer, that means I'm an Expert! |
|
|
| Report Abuse |
|
|
BCGames
|
  |
| Joined: 30 Dec 2010 |
| Total Posts: 8182 |
|
|
| 15 Nov 2011 08:15 AM |
@Candy
Part of being an advanced scripter is making the script in a fashion in which others will understand. |
|
|
| Report Abuse |
|
|