View Single Post
09/02/15, 12:20 PM   #25
Wandamey
Guest
Posts: n/a
so basically, i could patch anything very easily if the same function is called all the programm long by doing this (or just tweak the function with conditions if this has to change):

Lua Code:
  1. if control:GetHandler("OnThisaction") == nil then  control:SetHandler("OnThisaction", definedfunction) end
?
  Reply With Quote