Adding graphic to item.
Posted: Thu Jan 01, 2009 1:59 pm
Hello,
I have problem with writing script of adding fire animation to brazier when its double clicked.
Its should add it but how to write double click on item which is already exist ?
I have problem with writing script of adding fire animation to brazier when its double clicked.
Its should add it but how to write double click on item which is already exist ?
Code: Select all
var ogien:=createitematlocation(brazier.x, brazier.y, brazjer.z+3, 0x19ab, 1, brazjer.realm);
ogien.movable:=0;
ogien.desc:="plomien";
setObjProperty(brazier, "serial_ognia", ogien.serial);