// NPC made by Elrond

if (created){
canbecarried;
}
if (!strequals(#L,ssthroneroom2.graal)){
destroy;
}
if (strequals(#c,trash)){
destroy;
}
if (playertouchsme&&strequals(#c,*eats*)){
hurt -10;
playermp=100;
destroy;
}