I'm planning to add/edit trigger or function, but I don't know what can be used to make the trigger or function and how it's used.
If someone would be so kind, please tell me and teach me.
Sorry for my bad english/grammar
Unfamiliar with trigger
Moderator: Cheaters
-
- Newcomer
- Posts: 21
- Joined: September 18th, 2016, 5:59 am
- Title: Translator Map War3
Re: Unfamiliar with trigger
what trigger u mean? can u post the trigger? @Mr.ChickenEggYummyAyamTelorGurih wrote:I'm planning to add/edit trigger or function, but I don't know what can be used to make the trigger or function and how it's used.
If someone would be so kind, please tell me and teach me.
Sorry for my bad english/grammar
I like rpg korean or another language
I like making guide rpg map
I like translate map BUT depending on my mood - dont forced me for translate -
I like rpg with quest [ story & repeat ], crafting , raid , DG , and LOLI :3
But ....
I don't like my translate map inject with cheat = that make me annoyed
if you want the respect of others, please respect others first.
I like making guide rpg map
I like translate map BUT depending on my mood - dont forced me for translate -
I like rpg with quest [ story & repeat ], crafting , raid , DG , and LOLI :3
But ....
I don't like my translate map inject with cheat = that make me annoyed
if you want the respect of others, please respect others first.
-
- Newcomer
- Posts: 4
- Joined: July 12th, 2016, 11:38 am
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: Unfamiliar with trigger
Edit the trigger script with jasscraft.
how to make a function?
how to use a function ?
add this to the initialization trigger/main function
function main takes nothing returns nothing
function config takes nothing returns nothing
want to learn jass?
teach yourself
http://jass.sourceforge.net/doc/
how to make a function?
Code: Select all
function Name takes nothing returns nothing
//trigger code
endfunction
add this to the initialization trigger/main function
Code: Select all
call Name()
function config takes nothing returns nothing
want to learn jass?
teach yourself
http://jass.sourceforge.net/doc/