Quote:
Originally Posted by Chompy
NPC Code:
if (this.sentmail.(@j) > this.sentmail(@j[j+j-1])){
|
That wouldn't work, because it would be trying to call the 'sentmail' function, the correct way to do it was already stated: this.(@"sentmail" @ j[j+j-1]), or by using makevar()