Posts: 41
Threads: 16
Joined: Jun 2013
Reputation:
0
(28249) : warning 204: symbol is assigned a value that is never used: "account"
Posts: 766
Threads: 66
Joined: Feb 2014
Reputation:
0
Can you show that line please?
Posts: 540
Threads: 107
Joined: Sep 2014
Reputation:
0
Error it's self explanatory.
You don't use that symbol, so you should remove: new account;
But this isn't a fatal error, so script will continue working with this error anyway.
Posts: 766
Threads: 66
Joined: Feb 2014
Reputation:
0
You're probably not using "account = PlayerInfo[i][pAccount];" (account variable) in the function/stock in which it is created. So you should just remove it off.