
09-26-2007, 05:01 AM
|
|
Freelance Coder
|
Join Date: Aug 2007
Location: At the end of the rainbow, in the pot of gold.
Posts: 202
|
|
|
Near the bottom where you declared the variable "this.t" that would be better off being a temporary variable as it doesn't need to exist beyond that function.
Also the multiple if checks is ridiculous when you could have made it much easier on yourself by tokenizing the players chat and then using switch and case statements.
This isn't what I would expect from someone who supposedly was to be given a chance at GST. >_> |
|
|
|