Thread: Alright!
View Single Post
  #15  
Old 04-17-2002, 06:38 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
if you do

item = blabla;
putnpc x,y,blabla;
with (npcs[npcscount-1]) {
this.item = item;
}

it should work,
you can also use the local npc attributes log (there is a button on the RC) to see if this.item is set correctly