- Joined
- Jun 23, 2009
- Messages
- 297
Ok, so, I removed almost all my leaks, except for this one
I really have no idea how this custom script works, so, what name is it expecting?
Besides that, I'd like to request a JASS system, I'm not entirely sure whether to request it here, or in another thread, but anyways...
I just want a basic "-claim" and "-oust" system, much like Vampirism Beast system, my map has a few bases, which each player could claim by typing "claim" when certain unit is in the base. Then, when another unwanted (ally) player enters the base, the original player can say -oust, and the second player will be ousted from the base, along with all his units.
I'm not sure if I made myself clear, if not, just say so, I'll clarify it.
Thanks for your time
-
Actions
-
Unit Group - Pick every unit in (Units owned by (Owner of (Triggering unit))) and do (Actions)
-
Loop - Actions
-
Unit - Kill (Picked unit)
-
-
-
Custom script: call call DestroyGroup(udg_UnitGroup)
I really have no idea how this custom script works, so, what name is it expecting?
Besides that, I'd like to request a JASS system, I'm not entirely sure whether to request it here, or in another thread, but anyways...
I just want a basic "-claim" and "-oust" system, much like Vampirism Beast system, my map has a few bases, which each player could claim by typing "claim" when certain unit is in the base. Then, when another unwanted (ally) player enters the base, the original player can say -oust, and the second player will be ousted from the base, along with all his units.
I'm not sure if I made myself clear, if not, just say so, I'll clarify it.
Thanks for your time