View Single Post
04-25-17, 03:06 PM   #11
Banknorris
A Chromatic Dragonspawn
 
Banknorris's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 153
Originally Posted by loff93 View Post
Yeah I understood that but I ment like - when GET_ITEM_INFO_RECEIVED is triggered, it would be nice to make that one trigger another function I have if possible
In Jeruku code lines 16-21 are just that. You could also call a funcion there like

Lua Code:
  1. elseif event == 'GET_ITEM_INFO_RECIEVED' then
  2.     local itemID = ...
  3.     --call your function here
  4. end
__________________
"In this world nothing can be said to be certain, except that fractional reserve banking is a Ponzi scheme and that you won't believe it." - Mandrill
  Reply With Quote