diff options
author | Stijn Buys <ingar@osirion.org> | 2008-11-10 18:09:59 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-11-10 18:09:59 +0000 |
commit | ab1fce419edeb4228161f0f17eec1da18282c6d3 (patch) | |
tree | 0950e15b22dcaba857f503ae032a6aa72a380bf0 /base/ini/zones/ghant | |
parent | 58b9b3540e957fa4ba03a28370d097dbfb3bfc72 (diff) |
entity menus, stations, jumpgates, jumppoint cleanup, added whendune system
Diffstat (limited to 'base/ini/zones/ghant')
-rw-r--r-- | base/ini/zones/ghant/alexandria.ini | 46 | ||||
-rw-r--r-- | base/ini/zones/ghant/custodian.ini | 33 | ||||
-rw-r--r-- | base/ini/zones/ghant/regula.ini | 34 |
3 files changed, 11 insertions, 102 deletions
diff --git a/base/ini/zones/ghant/alexandria.ini b/base/ini/zones/ghant/alexandria.ini index 59ea584..cdff8c4 100644 --- a/base/ini/zones/ghant/alexandria.ini +++ b/base/ini/zones/ghant/alexandria.ini @@ -1,47 +1,11 @@ ; -; ini/zones/ghant/alexandria.ini +; ghant/alexandria.ini ; Alexandria outpost menus ; -; main menu - -[menu] -label=main -text=Launch bay - -[button] -text=Ship dealer -command=menu view dealer - -[button] -text=Launch -command=launch - -; ; ship dealer -[menu] -label=dealer -text=Ship Dealer - -[button] -text=buy Micron Vector -command=buy vector -model=ships/vector -align=left - -[button] -text=buy Micron Tensor -command=buy tensor -model=ships/tensor -align=left - -[button] -text=buy P.O.D. -command=buy pod -model=ships/pod -align=left - -[button] -text=Return -command=menu view main +[dealer] +ship=vector +ship=tensor +ship=pod diff --git a/base/ini/zones/ghant/custodian.ini b/base/ini/zones/ghant/custodian.ini index fa18592..e23bad9 100644 --- a/base/ini/zones/ghant/custodian.ini +++ b/base/ini/zones/ghant/custodian.ini @@ -1,36 +1,9 @@ - ; -; ini/zones/ghant/custodian.ini +; ghant/custodian.ini ; battleship Custodian menus ; -; main menu - -[menu] -label=main -text=battleship Custodian - -[button] -text=Ship dealer -command=menu view dealer - -[button] -text=Launch -command=launch - -; ; ship dealer -[menu] -label=dealer -text=Ship Dealer - -[button] -text=buy Sharkan -command=buy sharkan -model=ships/sharkan -align=left - -[button] -text=Return -command=menu view main +[dealer] +ship=sharkan diff --git a/base/ini/zones/ghant/regula.ini b/base/ini/zones/ghant/regula.ini index 8596b9b..57f59de 100644 --- a/base/ini/zones/ghant/regula.ini +++ b/base/ini/zones/ghant/regula.ini @@ -1,37 +1,9 @@ - - ; -; ini/zones/ghant/regula.ini +; ghant/regula.ini ; Regula station menus ; -; main menu - -[menu] -label=main -text=Launch bay - -[button] -text=Ship Dealer -command=menu view dealer - -[button] -text=Launch -command=launch - -; ; ship dealer -[menu] -label=dealer -text=Ship dealer - -[button] -text=buy Micron Vector -command=buy vector -model=ships/vector -align=left - -[button] -text=Return -command=menu view main +[dealer] +ship=vector |