| |
|
WikiThis
|
  |
| Joined: 01 Aug 2013 |
| Total Posts: 20357 |
|
|
| 29 Sep 2013 02:09 PM |
| Shut down the Oblivion gates. |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2013 02:11 PM |
| Is this a Forum Game because its not the right forum. |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2013 02:12 PM |
Nothing interesting because roblox removed all the good features.
The end. |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2013 02:13 PM |
"Is this a Forum Game" Nope, Idea generator for some dude who posted on SH for ideas. |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2013 02:14 PM |
make a script to randomly take words from an array in order to generate ideas
that's right, go back to scripting helpers |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2013 02:15 PM |
| Noh, in SH we don`t make script for people, i`m sure OT talks about random quest once in a while. |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2013 02:20 PM |
> we
array = {"neko", "inu", "enpitsu", "hon", "baka", "anata", "wa", "baka", "desu"} // add more words (probably make them english words) min = 3 max = 7 s="" for i = math.random(min, max) do s = s..array[math.random(#array)].." " end
I dunno, haven't done rbx lua in ages.
|
|
|
| Report Abuse |
|
|
|
| 29 Sep 2013 02:21 PM |
| you should probably make it print s too, just so that it actually helps. |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2013 02:25 PM |
| Err, I know how to script, I created this forum for someone else. |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2013 02:25 PM |
I think creating a script is simpler than creating a forum for someone
or you could've just given him an idea.
And yeah, I saw the thread in SH, that's the only reason I'm in OT but I can't just leave OT |
|
|
| Report Abuse |
|
|