Campaign-style Defeat Message (Unwanted)
Moderator: Cheaters
-
- Member
- Posts: 50
- Joined: December 29th, 2007, 7:34 am
Campaign-style Defeat Message (Unwanted)
OK, so I'm not exactly sure when this started being an issue for me, but I'm making a pretty typical map that has started, for no reason, to display the Campaign defeat message.
Defeat!
[Load Game]
[Reduce Difficulty]
[<there's another one...]
[Quit Campaign]
What did I do and how can I fix this? All I want is:
Defeat!
[Quit Mission]
Any help would be much appreciated.
Defeat!
[Load Game]
[Reduce Difficulty]
[<there's another one...]
[Quit Campaign]
What did I do and how can I fix this? All I want is:
Defeat!
[Quit Mission]
Any help would be much appreciated.
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
Re: Campaign-style Defeat Message (Unwanted)
Make a custom script.
In it, type this: call EndGame(false)
Nice easy quit ^.^
In it, type this: call EndGame(false)
Nice easy quit ^.^
-
- Member
- Posts: 50
- Joined: December 29th, 2007, 7:34 am
Re: Campaign-style Defeat Message (Unwanted)
Aero wrote:Make a custom script.
In it, type this: call EndGame(false)
Nice easy quit ^.^
Code: Select all
Map test aborted due to script errors.
Line 772: Expected end of line.
Code: Select all
//***************************************************************************
-
- Old Wrinkly Member
- Posts: 271
- Joined: January 12th, 2008, 4:42 am
- Title: Re-R-Re-Re-Remix
- Location: Canada EH?
Re: Campaign-style Defeat Message (Unwanted)
TechGeek001 wrote:Aero wrote:Make a custom script.
In it, type this: call EndGame(false)
Nice easy quit ^.^Apparently, it's the line above the code that has trouble - call EndGame(false) is on line 773.Code: Select all
Map test aborted due to script errors. Line 772: Expected end of line.
Code: Select all
//***************************************************************************
Did you use Jass craft to put this in? Please say no, you can put in the single line of code using the custom script thing in WE(U)
Contact me on WC3 Killing_Spree22, I'm at US west!
To avoid being a noob read this: http://forum.wc3edit.net/everything-els ... t4579.html
This is the official site for team UKS, it's also my home page - http://www.TeamUks.tk
I AM DEAD, I WILL NO LONGER BE POSING HERE. BEEN FUN WITH YOU ALL.
To avoid being a noob read this: http://forum.wc3edit.net/everything-els ... t4579.html
This is the official site for team UKS, it's also my home page - http://www.TeamUks.tk
I AM DEAD, I WILL NO LONGER BE POSING HERE. BEEN FUN WITH YOU ALL.
-
- Tyrannical Drama Queen
- Posts: 4441
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: Campaign-style Defeat Message (Unwanted)
Well, obviously not..."MAP TEST ABORTED DUE TO MAP ERRORS". Map test, meaning that it was being tested in World Editor.
-
- Member
- Posts: 50
- Joined: December 29th, 2007, 7:34 am
Re: Campaign-style Defeat Message (Unwanted)
So...this WEU thing...can it do anything that would warrant me downloading it?
-
- Old Wrinkly Member
- Posts: 271
- Joined: January 12th, 2008, 4:42 am
- Title: Re-R-Re-Re-Remix
- Location: Canada EH?
Re: Campaign-style Defeat Message (Unwanted)
Yes, world editor unlimited > then regular world editor, by far....TechGeek001 wrote:So...this WEU thing...can it do anything that would warrant me downloading it?
Totally worth it, lots of function better unit editing, more triggers, auto hero glow, easy loading screen and mini-map image and no-limits.
BTW Bart, he could have added in the line in JASS craft, then tested it in WE...
Contact me on WC3 Killing_Spree22, I'm at US west!
To avoid being a noob read this: http://forum.wc3edit.net/everything-els ... t4579.html
This is the official site for team UKS, it's also my home page - http://www.TeamUks.tk
I AM DEAD, I WILL NO LONGER BE POSING HERE. BEEN FUN WITH YOU ALL.
To avoid being a noob read this: http://forum.wc3edit.net/everything-els ... t4579.html
This is the official site for team UKS, it's also my home page - http://www.TeamUks.tk
I AM DEAD, I WILL NO LONGER BE POSING HERE. BEEN FUN WITH YOU ALL.
-
- Tyrannical Drama Queen
- Posts: 4441
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: Campaign-style Defeat Message (Unwanted)
Maybe, but why would you do that? I would just test it straight in warcraft 3, -.-.
When there's a syntax error in world editor, it displays the line of code that has an error as if it were JASSCraft syntax-error check-ed.
Yeah, I know weird, you'd just think it'd tell you what trigger is wrong, and leave you be.
When there's a syntax error in world editor, it displays the line of code that has an error as if it were JASSCraft syntax-error check-ed.
Yeah, I know weird, you'd just think it'd tell you what trigger is wrong, and leave you be.
-
- Member
- Posts: 50
- Joined: December 29th, 2007, 7:34 am
Re: Campaign-style Defeat Message (Unwanted)
OK, Aero, I got the Custom Script thing right, but that's not exactly what I needed.
What I want is, instead of the Campaign-Style defeat dialog, the standard dialog with the one single button [Quit Mission].
Any way to accomplish that?
What I want is, instead of the Campaign-Style defeat dialog, the standard dialog with the one single button [Quit Mission].
Any way to accomplish that?
-
- Old Wrinkly Member
- Posts: 271
- Joined: January 12th, 2008, 4:42 am
- Title: Re-R-Re-Re-Remix
- Location: Canada EH?
Re: Campaign-style Defeat Message (Unwanted)
AWESOME DEFEAT
Events
--Whatever you want them to be--
Conditions
--Whatever you want them to be--
Actions
Game - --Whatever players you want-- with the message: --YOUR MESSAGE HERE--
Is this what you wanted?
Events
--Whatever you want them to be--
Conditions
--Whatever you want them to be--
Actions
Game - --Whatever players you want-- with the message: --YOUR MESSAGE HERE--
Is this what you wanted?
Contact me on WC3 Killing_Spree22, I'm at US west!
To avoid being a noob read this: http://forum.wc3edit.net/everything-els ... t4579.html
This is the official site for team UKS, it's also my home page - http://www.TeamUks.tk
I AM DEAD, I WILL NO LONGER BE POSING HERE. BEEN FUN WITH YOU ALL.
To avoid being a noob read this: http://forum.wc3edit.net/everything-els ... t4579.html
This is the official site for team UKS, it's also my home page - http://www.TeamUks.tk
I AM DEAD, I WILL NO LONGER BE POSING HERE. BEEN FUN WITH YOU ALL.