• 🏆 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!

Hero Refuses to Levelup

Status
Not open for further replies.
Level 23
Joined
Oct 12, 2008
Messages
1,783
What level is the hero? Is exp gain enabled?

Maybe post a test map.

Solved it, though thanks for offering help anyway.

Curious though, it seems that the cause was a disabled script that was somehow still running. Thus I guess the question is; under what circumstance can a disabled trigger run? and by that I mean actually disabling it in-editor, not call_DisableTrigger ()
 
Level 12
Joined
May 22, 2015
Messages
1,051
I think if you disable a trigger in the editor, but it is in JASS, and you delete that line:
call DisableTrigger(...)

It will not actually disable the trigger. I'm pretty sure that disable thing is just there for people using GUI.
 
Status
Not open for further replies.
Top