Quote:
Originally posted by Googi
(code)
|
NPC Code:
with (getplayer(#s,this.oneaowner#v(#a))){
If you want to get the player who owns it, it's more like:
NPC Code:
with(getplayer(#s(this.oneaowner))) { }
[edit] And I missed a parenthesis (sp...i know) [/edit]