
04-17-2002, 06:38 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
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 |
|
|
|