Recent content by fizix

  1. F

    Execute a code variable for callback?

    I want to make my own callback function that takes a code variable as a parameter and executes it. Is there any way in JASS to do this? I'm getting desperate and this seems to be the only solution. function whatever takes code callback returns nothing call callback() // ? ? ? endfunction
Top