View Single Post
  #20  
Old 12-14-2008, 03:14 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
That's because "onCreated" serversided in a local NPC isn't an event triggered related to a player, so "player" equals NULL.

You'll need to pass the player object through your putnpc function, similar to this:

PHP Code:
temp.foobar putnpc2(xy"");
foobar.owner player
Then you can just replace "player" with "this.owner" in the script.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote