Quote:
Originally Posted by Deas_Voice
well, to start with, learn when to use "this" and when to use "thiso".
then after you learnt that, replace every "thiso" with "this" and that's pretty much what i can see is wrong with you code.
you might even want to use 'if (playerenters)' instead of created, like suggested in your other thread.
hint: "thiso" refers to the orginal object, not the one your currently working with.
|
this.vars that are declared outside of with()'s cannot be accessed within them. That's why I'm using them here.