custom
Vars | |
base64_cache | Base64 cache of custom icons. |
---|---|
linked_account | where the money is sent |
max_loaded_items | max number of items that the custom vendor can hold |
Procs | |
vend_act | Vends an item to the user. Handles all the logic: Updating stock, account transactions, alerting users. @return -- TRUE if a valid condition was met, FALSE otherwise. |
Var Details
base64_cache
Base64 cache of custom icons.
linked_account
where the money is sent
max_loaded_items
max number of items that the custom vendor can hold
Proc Details
vend_act
Vends an item to the user. Handles all the logic: Updating stock, account transactions, alerting users. @return -- TRUE if a valid condition was met, FALSE otherwise.