If you want to see more resources like this, become a Patreon supporter!
No description entered
local flagText = Alchemy.GetFlagTextFor(userId, item_type)
userId: A number indicating the ID of the useritem_type: A number indicating the type of alchemystring
No description entered
local usableFor = Alchemy.GetUsableFor(userId, item_type)
userId: A number indicating the ID of the useritem_type: A number indicating the type of alchemyinteger
| Value | Description | Hint Text |
|---|---|---|
0 |
Undefined | @ui_hud_undefined |
1 |
Take | @ui_hud_take |
2 |
Use | @ui_hud_use_item |
No description entered
local isUsableByHold = Alchemy.IsUsableByHold(userId, item_type)
userId: A number indicating the ID of the useritem_type: A number indicating the type of alchemyboolean
No description entered
local isUsableEnabledFor = Alchemy.IsUsableEnabledFor(userId, item_type)
userId: A number indicating the ID of the useritem_type: A number indicating the type of alchemyboolean
No description entered
Alchemy.ResetTable(tableId)
tableId: A string representing the UUID of the alchemy table
nil
No description entered
Alchemy.StartAlchemy(userId, tableId)
userId: A number indicating the ID of the usertableId: A string representing the UUID of the alchemy tablenil