Quote Originally Posted by Stusse View Post
You currently making a string out of your ID.

Either choose name inside brackets like "special flask" or use ID without brackets just FLASK = 2874. Currently you have the ID number inside brackets so the bot tries to read a name called 2874 which doesn exist. An ID of that number exist, but not a name. Hope it makes sense. Good luck.

/Stusse
doesnt work too bro
elseif (labelName == "Flas") then
FLASK= 2874 --variable name encase they are using a tool
Self.UseItemWithGround(Item.GetID(FLASK), 33170, 31812, 7)