- Joined
- Feb 6, 2008
- Messages
- 166
This is quite the handful to read, but I've been stuck trying to fix this.
Can I replace it with:
Once I finish going through and removing all leaks and optimizing my map, it'll be up on the Hive for long overdue testing, as I've been on-and-off map editing. Canceling the project has never been a thought that crossed my mind, though, and I'm going to keep pressing forward.
-
Matchup Request
-
Events
-
Player - Player 1 (Red) types a chat message containing -ma as An exact match
-
Player - Player 2 (Blue) types a chat message containing -ma as An exact match
-
Player - Player 3 (Teal) types a chat message containing -ma as An exact match
-
Player - Player 4 (Purple) types a chat message containing -ma as An exact match
-
Player - Player 5 (Yellow) types a chat message containing -ma as An exact match
-
Player - Player 6 (Orange) types a chat message containing -ma as An exact match
-
Player - Player 7 (Green) types a chat message containing -ma as An exact match
-
Player - Player 8 (Pink) types a chat message containing -ma as An exact match
-
-
Conditions
-
Actions
-
Set PlayerIntegerTemp = (Player number of (Triggering player))
-
Set PlayerGroupTemp = (Player group(PlayerIndex[PlayerIntegerTemp]))--------(First problem)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
PlayersReady Equal to PlayersPlaying
-
-
Then - Actions
-
Cinematic - Clear the screen of text messages for PlayerGroupTemp
-
For each (Integer A) from 1 to 8, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(PlayerIndex[(Integer A)] slot status) Equal to Is playing
-
-
Then - Actions
-
Set MatchupDisplay = ((PlayerName[(Integer A)] + PlayerColor[(Integer A)]) + ( is + PlayerRace[(Integer A)]))
-
Game - Display to PlayerGroupTemp for 8.00 seconds the text: MatchupDisplay
-
-
Else - Actions
-
-
-
-
Set MatchupDisplay = <Empty String>
-
-
Else - Actions
-
Cinematic - Clear the screen of text messages for PlayerGroupTemp
-
Game - Display to PlayerGroupTemp for 4.00 seconds the text: Not all players hav...
-
-
-
Custom script: Custom script: call DestroyForce(udg_PlayerGroupTemp)--------(Second problem)
-
-
Can I replace it with:
-
Set PlayerGroupTemp = (All players matching ((Triggering player) Equal to PlayerIndex[PlayerIntegerTemp]))
Once I finish going through and removing all leaks and optimizing my map, it'll be up on the Hive for long overdue testing, as I've been on-and-off map editing. Canceling the project has never been a thought that crossed my mind, though, and I'm going to keep pressing forward.