Quote:
Originally Posted by xXziroXx
The more correct way would be:
PHP Code:
player.chat = findNPC("Blah").test;

|
I would say player.chat = Blah.test is the better way

findnpc is mainly there for compatbility. The same goes for position = "100 100" - the preferred way is position = {100, 100} but it is accepting different ways for compatbility (so that gui creation scripts from torque work without modification in graal script).