I have a problem with Jasscraft. Ive opened the war3map.j and this is what part of the script looks like
function O01100O takes nothing returns nothing
local unit O01I11O=GetTriggerUnit()
local player O0110IO=GetOwningPlayer(O01I11O)
local integer O0OIOIO=GetUnitAbilityLevelSwapped(1093678129,GetTriggerUnit())
call SetPlayerTechResearchedSwap(1382378855,O0OIOIO,O0110IO)
endfunction
function IO01I0 takes nothing returns nothing
set O1OII=CreateTrigger()
How do I change the parts of the script which look like this "O01100O" to the correct function name?
Jasscraft Problem
Moderator: Cheaters
-
- Member
- Posts: 96
- Joined: October 6th, 2007, 12:21 am
-
- Old Wrinkly Member
- Posts: 272
- Joined: January 27th, 2007, 4:46 pm
- Title: OxyContin
- Location: Denver, Colorado
Re: Jasscraft Problem
Refer to JJ's post found here: http://forum.wc3edit.net/viewtopic.php?f=3&t=2522. It only works for ones such as 1093678129 and not O01100O. O01100O is a function name.
You know why the Yankees always win, Frank?
'Cause they have Mickey Mantle?
No, it's 'cause the other teams can't stop staring at those damn pinstripes.
'Cause they have Mickey Mantle?
No, it's 'cause the other teams can't stop staring at those damn pinstripes.
-
- Member
- Posts: 96
- Joined: October 6th, 2007, 12:21 am
-
- Old Wrinkly Member
- Posts: 272
- Joined: January 27th, 2007, 4:46 pm
- Title: OxyContin
- Location: Denver, Colorado
Re: Jasscraft Problem
Read the JASS and guess based on context. There is no wrong answer, you can name it anything. Make sure though if you change the name that no other function or anything calls that old functions name or else the map will most likely crash.
You know why the Yankees always win, Frank?
'Cause they have Mickey Mantle?
No, it's 'cause the other teams can't stop staring at those damn pinstripes.
'Cause they have Mickey Mantle?
No, it's 'cause the other teams can't stop staring at those damn pinstripes.