Jump to content

Naval Script Request - New Plan Types


Recommended Posts

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; PLAN ID REFERENCE VALUES

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;

; GARRISON= 0

; BUILD_UP_OFFENSIVE= 1

; BUILD_UP_AMPHIBIOUS= 2

; BUILD_UP_SEA_TRANSPORT= 3

; NAVAL= 4

; Sub_Plan= 5

Naval plan will order naval units to move to a specified goal position.

SIZE_NAVY condition activates a naval plan only if a specified number of Naval units of the target country are afloat. The default value is #SIZE_NAVY= 0.

Thus you can write a script that sends 4 ships to the mediterranean only only if you have a fleet of 8 ships.

Example:

#TYPE= 4 ;Naval Plan ID

#SIZE= 4 ;Send 4 Naval Ships

#NAVY_SIZE= 8;Plan triggered if you have 8 Naval Ships

Question: What is the best way to tell it to use the naval routes?, realizing that some will have to use it and others not.

[ June 08, 2006, 08:04 AM: Message edited by: Edwin P. ]

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...