Quote:
Originally Posted by Tolnaftate2004
You are creating a local instance of the symbol "name" in your onMelee function signature, then the trigger is using that (so use this.name or change the function signature to resolve the name clash).
|
Oh thanks didnīt see that one
