javascript - How to make my script works again -


"english not first language, please don't hate me. need little keep getting error , don't know why can me solve please? sorry bad english not main lang tried fix cant.

var item: tl2item;  begin while true begin delay(500);  if inventory.user.byid(10437, item) , not (item.equipped) begin delay(500); engine.useitem(10437);//'icarus heavy arms' delay(800); end; end; end. 

i error [string "var..."]:2 '='expected near "item"


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -