Mindee-BOT

Mindee BOT General => Mindee BOT News and Updates => Topic started by: =Mindee= on May 15, 2020, 09:38:40 am

Title: Mindee-BOT v0.2b-R2 v2.0.62 patch released.
Post by: =Mindee= on May 15, 2020, 09:38:40 am
What's new:

Two new script functions:

script.UseItemSlotEx(slot, delay)
- Uses item in slot 1-9 or skill in slot 101-102 with delay in milliseconds. 1000 = 1 second.
- Returns 1/0 (true/false) if success.

script.UseItemIdEx(itemId, delay)
- Finds item by id in backpack and uses it if available with delay in milliseconds. 1000 = 1 second.
- Returns 1/0 (true/false) if success.