• 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 triggering help {creating an initially enabled visiblity modifier on a region}

Status
Not open for further replies.
Level 2
Joined
Jan 15, 2007
Messages
11
I would kindly like some assistance with some triggering im doing in JASS.
I would like to know what the function is for revealing part of the map.
Example: "Creating a an initialy enabled visibility modifier around region X"

Thank you in advanced for whoever can give me this function.
I will +rep you.

And i apologize for my ignorance i am just learning JASS.
 
Level 5
Joined
Nov 2, 2008
Messages
46
You can create a GUI-Action and then convert it into jass by clicking Edit->Convert to Custom Text. Anyway... the function call for the function you named is "call CreateFogModifierRectBJ(Visibility turned on?, for which player?, which modifier?, at which rect?). For example call CreateFogModifierRectBJ(true, player(3), FOG_OF_WAR_VISIBLE, gg_rct_MyRect)
 
Level 2
Joined
Jan 15, 2007
Messages
11
Thank you very much toraxx you SOLVED my problem +rep do you mind if i ask you questions in the future?
 
Status
Not open for further replies.
Top