Hello i cant seem to find out how the mothership can be built once and thats the limit of how many you can have at one time.
So my question is how do i make my custom units have a build limit of one?
if you look at the ability for maken a nexus, it as a "Requirment" which is
Field Mothership Requirements
Requirement - Node Link (CountUnit(FleetBeacon,CompleteOnly)[TechTreeCheat] && CountUnit(Mothership,QueuedOrBetter) == {No Mothership}0 && CountUnit(Artanis,QueuedOrBetter) == {No Artanis}0|)
aka, it checks to see if there are any motherships. this can be find in the "requirements" section under "Mothership Requirements: in the field labled Requirement - Node Link
Rollback Post to RevisionRollBack
Random Information
Tutorials - Map Development - Galaxy wiki
|Issues? PM me|
Thanks for the advice i duplicated the mothership requirements and got it to work for one of my custom units, thanks man you saved me hours of frustration.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello i cant seem to find out how the mothership can be built once and thats the limit of how many you can have at one time. So my question is how do i make my custom units have a build limit of one?
@jerryg7: Go
if you look at the ability for maken a nexus, it as a "Requirment" which is
Field Mothership Requirements
Requirement - Node Link (CountUnit(FleetBeacon,CompleteOnly)[TechTreeCheat] && CountUnit(Mothership,QueuedOrBetter) == {No Mothership}0 && CountUnit(Artanis,QueuedOrBetter) == {No Artanis}0|)
aka, it checks to see if there are any motherships. this can be find in the "requirements" section under "Mothership Requirements: in the field labled Requirement - Node Link
@Molsterr: Go
Thanks for the advice i duplicated the mothership requirements and got it to work for one of my custom units, thanks man you saved me hours of frustration.