View Single Post
  #28  
Old 12-14-2013, 03:22 AM
iDigzy iDigzy is offline
Registered User
Join Date: Apr 2013
Posts: 44
iDigzy is on a distinguished road
Quote:
Originally Posted by Starfire2001 View Post
You still have this problem. And your brackets are still messed up. You have
PHP Code:
function Items.onSelect(temp.i) {
  
Price.text this.items[temp.i][1];

inside of onCreated.
After re-reading that it finally occurred to me the mistake I kept making. Thanks
Reply With Quote