|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Inventory.FOOD_POS
,Inventory.AMMO_POS
, or Inventory.OXEN_POS
Party.addLeader(java.lang.String)
Party.addPartyMember(java.lang.String)
Parser.parse()
returns if the user
enters 'available' to check on the supplies available.
Parser.parse()
returns if the user
enters 'buy' to buy cargo at the current depot.
Parser.getItemToTrade(Inventory, double)
, then checks
if the player has enough money to buy the item, if so removes it from
the market's inventory, adds it to the vehicle's inventory and subtracts
the cost from the vehicle's (player's) money.
Parser.parse()
returns if the user
enters 'CHECK' to check on the party's status.
Game.random
.
Parser.parse()
returns if the user
enters 'depot' to enter the depot at the current location.
Parser.parse()
returns if it did not
understand what the user entered.
Parser.parse()
returns if the user
enters 'exit' to exit the depot and return to the location.
Parser.parse()
returns if the user
enters 'food' to change food rations.
Parser.parse()
returns if the user
enters 'hunt' to hunt/forage for food.
Parser.parse()
returns if the user
enters 'inventory' to display his/her inventory.
Parser.parse()
returns if the user
enters 'move' to move to another location on the map.
Parser.parse()
returns if the user
enters 'pace' to change the pace.
Parser.parse()
returns if the user
enters 'quit' to quit the game.
Inventory.FOOD_POS
,Inventory.AMMO_POS
, or Inventory.OXEN_POS
Inventory.FOOD_POS
,Inventory.AMMO_POS
, or Inventory.OXEN_POS
Parser.parse()
returns if the user
enters 'rest' to rest.
Parser.parse()
returns if the user
enters 'sell' sell items at the depot.
Parser.parse()
returns if the user
enters 'TRADE' to trade.
Parser.parse()
returns if the user
enters 'worldmap' to print the map.
Parser.parse()
returns if the user
enters 'xcheat' to enable cheat mode.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |