hikk
|
  |
| Joined: 15 Jan 2007 |
| Total Posts: 13775 |
|
| |
|
|
| 02 Aug 2011 01:23 PM |
Hi, hikk.
for i = 1, 10 do --code end |
|
|
| Report Abuse |
|
|
hikk
|
  |
| Joined: 15 Jan 2007 |
| Total Posts: 13775 |
|
| |
|
|
| 02 Aug 2011 01:25 PM |
| Aww, I really liked the avalanche... Lol. Okay! |
|
|
| Report Abuse |
|
|
hikk
|
  |
| Joined: 15 Jan 2007 |
| Total Posts: 13775 |
|
| |
|
| |
|
hikk
|
  |
| Joined: 15 Jan 2007 |
| Total Posts: 13775 |
|
| |
|
|
| 02 Aug 2011 01:49 PM |
| Umm, user created meshes don't exist... I'll see if I can find some meshes for it. :P |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2011 01:50 PM |
| CFraming the rocks would be better :o |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2011 01:53 PM |
You could also do
i = 0 x = 10 repeat i = i + 1 --Stuff until (i = x)
Though, that's.. More inefficient use of code than
for i = 1, 10 do --Stuff end |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2011 02:05 PM |
| Okay, hikk. I found 'em. I'll go change the script. |
|
|
| Report Abuse |
|
|