From ab1fce419edeb4228161f0f17eec1da18282c6d3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 10 Nov 2008 18:09:59 +0000 Subject: entity menus, stations, jumpgates, jumppoint cleanup, added whendune system --- base/ini/zones/ghant/alexandria.ini | 46 ++++--------------------------------- base/ini/zones/ghant/custodian.ini | 33 +++----------------------- base/ini/zones/ghant/regula.ini | 34 +++------------------------ 3 files changed, 11 insertions(+), 102 deletions(-) (limited to 'base/ini/zones/ghant') 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 -- cgit v1.2.3