Staredit Network

Staredit Network -> UMS Assistance -> Ban Trigger and more
Report, edit, etc...Posted by Dark_Bot-X20 on 2006-05-16 at 22:24:54
ok, i'm making a remake of the "Drawing contest" map i have a trigger that i want to ban if the players dragoon is killed.

user posted image

also in the map to pass the time i'm having a mini game where player 1 and player 7 battle in a small arena

user posted image

now when i was testing it player 7 said the he couldn't make any probes (player 1 and 7 are user selectable)

i don't know why but he couldn't

also how do i make it so player 1 (for the boot command) can have a booter (kerrigan) but still play with a race of their choice?

and how do i make a score board so i can give points confused.gif


Thanks smile.gif
Report, edit, etc...Posted by Element-Nature on 2006-05-16 at 22:30:15
for the ban, just make it...

Trigger
Description:
Ban
Players:
¤ Currant Player
Conditions:
¤ Commands exactly 0 dragoons(ur unit that gets banned)
Actions:
¤ Defeat for current player

Report, edit, etc...Posted by Steel_Hand55 on 2006-05-16 at 23:23:29
if i understand you correctly, i think the answer is, 'you can't'. if you have a user-selectable race option on, it will delete all preplaced units for the player. if you still want to keep the user-selectable, just have a trigger that creates a kerry when the game starts for players x,y,z,etc.
Report, edit, etc...Posted by Hippy-Devil on 2006-05-19 at 10:42:09
you could always make a trigger...

create 1 dragoon at (location) for player(1,2,3..ect)

that will create the dragoon for the players






Players:
(1,2,3..ect)
Conditions:
Commands exactly 0 dragoons(ur unit that gets banned)
Actions:
Defeat for current player
Preserve trigger

Try it happy.gif
Report, edit, etc...Posted by Mp)7-7 on 2006-05-19 at 12:04:25
QUOTE(Hippy-Devil @ May 19 2006, 08:41 AM)
you could always make a trigger...

create 1 dragoon at (location) for player(1,2,3..ect)

that will create the dragoon for the players



 
Players:
(1,2,3..ect)
Conditions:
Commands exactly 0 dragoons(ur unit that gets banned)
Actions:
Defeat for current player
Preserve trigger

Try it happy.gif
[right][snapback]489048[/snapback][/right]


This is exactly what element nature said, except you dont have to create the units in the game, just have them there to start it, make them in the map editor, which you can see he already did!
Report, edit, etc...Posted by yoni45 on 2006-05-19 at 20:49:45
QUOTE(7-7 @ May 19 2006, 10:04 AM)
This is exactly what element nature said, except you dont have to create the units in the game, just have them there to start it, make them in the map editor, which you can see he already did!
[right][snapback]489085[/snapback][/right]


You're missing the user-selectable race tidbit...

When the race is "User-Selectable", the player doesn't start with any units on the map (all preplaced are removed)... except the "town hall" and 4 workers at the start location of course...
Report, edit, etc...Posted by WindsofTime on 2006-05-20 at 02:48:04
True, true.. anyway to get by that?
Report, edit, etc...Posted by Dark_Bot-X20 on 2006-05-20 at 09:12:25
well i got it all fixed anyways

thanks
Next Page (1)