
08-15-2014, 03:10 AM
|
|
Registered User
|
 |
Join Date: Jul 2014
Posts: 9
|
|
|
this.option.(@ player.account) will access a variable within the "option" var, but this.("option." @ player.account) treats "option.<account>" as a variable name itself. That is how you can have two separate data points with similar paths. It also can make the latter unwanted path impossible to access by makevar. |
|
|
|