I am writting a simple script. I use axe on ItemEx and this ItemEx transform to another item and i want to transform this item after 5 second
my part of this scripts
but there are bugs in console and it doesnt work ;| itemEx callbacck function blablabla -.-
please help me
rep+
my part of this scripts
PHP:
addEvent(ex, 5000, parameters)
function ex(parameters)
parameter.itemex = itemEx.uid
doTransformItem(getThingFromPosition(getThingPosition(parameter.itemex)), xxxx)
return true
end
but there are bugs in console and it doesnt work ;| itemEx callbacck function blablabla -.-
please help me