Quote:
Originally Posted by zokemon
That's just about convention, really. showimg() is just a shortcut so you don't have to enter a bunch of variable assignments.
|
showimg() is probably a lot more clearer in scripts, since it is maintaining a certain amount of semantic similarity with old GScript.
As much as anything it seems odd to do
with (findimg()) on an object that does not exist yet; you do not instantiate a new player when you do
findPlayerByCommunityName() or a new NPC when you do
findNPC() and I do not see why images should be any different.