5632622
|
  |
| Joined: 18 Dec 2010 |
| Total Posts: 107 |
|
|
| 31 Dec 2013 04:23 PM |
I'm testing something and the script goes: Script.Parent.Name = Head.Money.Value() Head.Money.Value = Head.Money.Value + 1 |
|
|
| Report Abuse |
|
|
| |
|
maxomega3
|
  |
| Joined: 11 Jun 2010 |
| Total Posts: 10668 |
|
|
| 31 Dec 2013 04:33 PM |
| Whatever you're doing, script is never capitalized. |
|
|
| Report Abuse |
|
|
5632622
|
  |
| Joined: 18 Dec 2010 |
| Total Posts: 107 |
|
|
| 31 Dec 2013 05:25 PM |
didnt work lowercased either
besides i dont know any LUA. |
|
|
| Report Abuse |
|
|
|
| 31 Dec 2013 05:28 PM |
| LUA would be an acronym. Lua would be the language(use that don't ever say LUA) |
|
|
| Report Abuse |
|
|
i0x3x
|
  |
| Joined: 27 Jan 2013 |
| Total Posts: 1308 |
|
| |
|
5632622
|
  |
| Joined: 18 Dec 2010 |
| Total Posts: 107 |
|
|
| 31 Dec 2013 05:30 PM |
fine Lua.
though I can do it in the ComputerCraft mod (rednet.open("top"), exit()) also should it end in ()?
idk. rednet = Marf |
|
|
| Report Abuse |
|
|
Arkose
|
  |
| Joined: 26 May 2013 |
| Total Posts: 745 |
|
|
| 31 Dec 2013 05:32 PM |
Well, you are trying to change the name of the script to a value (name excepts a string), thus we can assume that the value is a string. Then you try to add the value to itself.
so, yeah, awks
~ắṝḱờṧἓ |
|
|
| Report Abuse |
|
|
5632622
|
  |
| Joined: 18 Dec 2010 |
| Total Posts: 107 |
|
|
| 31 Dec 2013 05:34 PM |
Actually it should be a number value, not a text (string) value. it should go in the order of the text above the brick: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30. Got it? |
|
|
| Report Abuse |
|
|
5632622
|
  |
| Joined: 18 Dec 2010 |
| Total Posts: 107 |
|
|
| 31 Dec 2013 06:15 PM |
| "name" should change the brick text. |
|
|
| Report Abuse |
|
|
maxomega3
|
  |
| Joined: 11 Jun 2010 |
| Total Posts: 10668 |
|
|
| 31 Dec 2013 06:28 PM |
| I think you need to tostring the value. |
|
|
| Report Abuse |
|
|
5632622
|
  |
| Joined: 18 Dec 2010 |
| Total Posts: 107 |
|
|
| 31 Dec 2013 07:05 PM |
| i might need an intvalue idk |
|
|
| Report Abuse |
|
|