Gray Shadows
Member!
I know you guys said to try it on my own. But theres a trigger problem that wont allow me to play my map. I have isolated it and it has to do with a dialog problem. Here is all i have.
Seperation
Events
Map initialization
Conditions
Actions
If (((Matching player) is in Evil_Team[1]) Equal to True) then do (Trigger - Run VotingB <gen> (checking conditions)) else do (Trigger - Run VotingG <gen> (checking conditions))
VotingB
Events
Conditions
Actions
Dialog - Change the title of Menu[Integer_A] to Choose Game Length
Dialog - Create a dialog button for Menu[(Integer A)] labelled Choose Fire
Set Fire[Integer_A] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[(Integer A)] labelled Wind
Set Water[Integer_A] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[(Integer A)] labelled Earth
Set Earth[Integer_A] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[(Integer A)] labelled Water
Set Water[Integer_A] = (Last created dialog Button)
Dialog - Show Menu[(Integer A)] for (Player((Integer A)))
VotingG
Events
Conditions
Actions
Dialog - Change the title of Menu[Integer_B] to Choose Game Length
Dialog - Create a dialog button for Menu[Integer_B] labelled Choose Fire
Set Fira[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Wind
Set Watea[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Earth
Set Earta[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Water
Set Watea[Integer_B] = (Last created dialog Button)
Dialog - Show Menu[Integer_B] for (Player(Integer_B))
VotingG
Events
Conditions
Actions
Dialog - Change the title of Menu[Integer_B] to Choose Game Length
Dialog - Create a dialog button for Menu[Integer_B] labelled Choose Fire
Set Fira[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Wind
Set Watea[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Earth
Set Earta[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Water
Set Watea[Integer_B] = (Last created dialog Button)
Dialog - Show Menu[Integer_B] for (Player(Integer_B))
I have it like that becuase i have two teams. One good the other evil. The dialog is there so that if you choose Fire you get your corresponding unit. But when i load it to play it says.....
*
This applicaton has encountered a critical error:
FATAL ERROR!
Program: c:\program files\warcraft iii\War3.exe
Exeption: 0xC000005 (ACCESS_VIOLATION) at 001B:6F0ED6C0
The instruction at "0x6F0ED6C0' referenced memory at '0x000001C'.
The memory could not be 'read'/
Press OK to terminate the application...
Thats what it says exactly
Seperation
Events
Map initialization
Conditions
Actions
If (((Matching player) is in Evil_Team[1]) Equal to True) then do (Trigger - Run VotingB <gen> (checking conditions)) else do (Trigger - Run VotingG <gen> (checking conditions))
VotingB
Events
Conditions
Actions
Dialog - Change the title of Menu[Integer_A] to Choose Game Length
Dialog - Create a dialog button for Menu[(Integer A)] labelled Choose Fire
Set Fire[Integer_A] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[(Integer A)] labelled Wind
Set Water[Integer_A] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[(Integer A)] labelled Earth
Set Earth[Integer_A] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[(Integer A)] labelled Water
Set Water[Integer_A] = (Last created dialog Button)
Dialog - Show Menu[(Integer A)] for (Player((Integer A)))
VotingG
Events
Conditions
Actions
Dialog - Change the title of Menu[Integer_B] to Choose Game Length
Dialog - Create a dialog button for Menu[Integer_B] labelled Choose Fire
Set Fira[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Wind
Set Watea[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Earth
Set Earta[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Water
Set Watea[Integer_B] = (Last created dialog Button)
Dialog - Show Menu[Integer_B] for (Player(Integer_B))
VotingG
Events
Conditions
Actions
Dialog - Change the title of Menu[Integer_B] to Choose Game Length
Dialog - Create a dialog button for Menu[Integer_B] labelled Choose Fire
Set Fira[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Wind
Set Watea[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Earth
Set Earta[Integer_B] = (Last created dialog Button)
Dialog - Create a dialog button for Menu[Integer_B] labelled Water
Set Watea[Integer_B] = (Last created dialog Button)
Dialog - Show Menu[Integer_B] for (Player(Integer_B))
I have it like that becuase i have two teams. One good the other evil. The dialog is there so that if you choose Fire you get your corresponding unit. But when i load it to play it says.....
*
This applicaton has encountered a critical error:
FATAL ERROR!
Program: c:\program files\warcraft iii\War3.exe
Exeption: 0xC000005 (ACCESS_VIOLATION) at 001B:6F0ED6C0
The instruction at "0x6F0ED6C0' referenced memory at '0x000001C'.
The memory could not be 'read'/
Press OK to terminate the application...
Thats what it says exactly