Quote:
PHP Code:
with(putnpc2(playero.x, playero.y, "object_droppeditem")).wep = wep;
|
That wouldn't work, it would have to be "join object_droppeditem"
PHP Code:
temp.i = putnpc2( dx, dy, "" );
temp.i.join( "object_droppeditem" );
I disagree that this looks cleaner, but I also don't see why "sidney" questioned your script, since yours would work better than "hers"..