View Single Post
  #28  
Old 12-14-2008, 03:39 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by Pelikano View Post
Yes I know.. it works fine.
But I don't understand it lol x_X

Why "this.ower"?

What's this? x_X:

"temp.proj.owner = player;"


Why "NULL"?!

Wtf?! temp.proj.join("bullet");
The player object is being assigned to temp.proj.owner. Then, in the NPC, you can access the player object who created it, through this.owner.
Reply With Quote