• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece!🔗 Click here to enter!

[JASS] Calling Custom Function

Status
Not open for further replies.
Level 17
Joined
Jun 28, 2008
Messages
776
I have this problem, when I call a custom function in GUI like this :

JASS:
library
function MyFunction takes unit u returns nothing
do some stuff
endfunction
endlibrary

  • My Trigger
    • Unit - Do Somethings
    • Custom script: call MyFunction(SomeUnit)
    • Unit - Continue
When I call it, all code below it does not trigger / run, is that just how it is or is there something I am missing?

IOW everything above the custom script calling part is working, but after the function is called, the rest is skiped.

Any help?

Edit : And Whats with the new rep gems/balls??
 
Status
Not open for further replies.
Top