• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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