BEART12
|
  |
| Joined: 22 Oct 2008 |
| Total Posts: 3190 |
|
|
| 13 Apr 2012 09:33 AM |
Information = {["M9"] = "Dam = 200, Range = 20, Rate 300"}
script.Parent.Stats.Text = "Dammage ..[M9].Dam.." |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2012 09:48 AM |
No, but this would:
Information = {["M9"] = {Dam = 200, Range = 20, Rate = 300}} script.Parent.Stats.Text = "Damage "..Information["M9"].Dam |
|
|
| Report Abuse |
|
|
BEART12
|
  |
| Joined: 22 Oct 2008 |
| Total Posts: 3190 |
|
|
| 13 Apr 2012 09:51 AM |
| Thanks you dont know how much work you saved me bud lol |
|
|
| Report Abuse |
|
|
| |
|
BEART12
|
  |
| Joined: 22 Oct 2008 |
| Total Posts: 3190 |
|
|
| 13 Apr 2012 10:04 AM |
| How would i cahnge the numbers of this table? |
|
|
| Report Abuse |
|
|
| |
|