• 🏆 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] Question about the "Custom Script Section"

Status
Not open for further replies.
Level 3
Joined
Mar 28, 2005
Messages
33
I've been wondering if this is possible for some time:

If the "Custom script section" in a map is filled up, I guess you can just create a JASS (or Custom script) trigger in you map, place functions in it and call these functions from triggers below since it all will be placed in the "war3map.j" file.

Am I right :?:
 
Level 11
Joined
Jul 20, 2004
Messages
2,760
The Custom Script section never fills out... But I guess you can. I never tried. However, the Custom Script might be less buggy or atleast it must have some advantages... I believe it is atleast faster to reach since it is in the first place the compiler would try to access.

~Daelin
 
Level 3
Joined
Mar 28, 2005
Messages
33
The Custom Script section never fills out... But I guess you can. I never tried. However, the Custom Script might be less buggy or atleast it must have some advantages... I believe it is atleast faster to reach since it is in the first place the compiler would try to access.

I once had a map (I never finished it but that doesn't matter) where I was trying to use Vexorian's Caster System... And for some reason I couldn't get it all to my Custom Script Section without importing the triggers...

But anyways, thanks Daelin.. 8)
 
Status
Not open for further replies.
Top