@#STABLES
;lets them warp to a few places
@offmap
@do moveback
@show
`r0`c  `r1  The Stables `r0

  `0"Greetings, s&sir!  we would like you to piss off now?"
  `2a complete smeghead asks.

@do `v01 is 1
@do write
`x`x
@choice
Sosen Village
Stonepass Lodge
PortTown
Flag City
Bonetown
Arrisville
I like it here!
@if response not 7 then do
  @begin
@show
`\`\  `0"I will kick you out!" he shouts importantly.

`k  `2A few bumps later you arrive - ah, traveling in style is so `6anal!

  `0"I bid you a goodday s&sir, please travel safely."

  `2Looks like you are on your own.

`k
@if responce is 1 then do
  @begin
   ;Sosen village
   @do x is 38
   @do y is 5
   @do map is 456
  @end

@if responce is 2 then do
  @begin
   ;Stonepass Lodge
   @do x is 40
   @do y is 11
   @do map is 880
  @end

@if responce is 3 then do
  @begin
   ;Porttown
   @do x is 43
   @do y is 16
   @do map is 956
  @end

@if responce is 4 then do
  @begin
   ;Flag City
   @do x is 69
   @do y is 18
   @do map is 1092
  @end

@if responce is 5 then do
  @begin
   ;Bonetown
   @do x is 55
   @do y is 17
   @do map is 1572
  @end

@if responce is 6 then do
  @begin
   ;Arrisville
   @do x is 20
   @do y is 10
   @do map is 523
  @end

  @loadmap &map
  @end
@drawmap
@update

@#trader
;let's you join in on the joys of slavetrading.
@offmap
@do moveback
@show
`r0`c  `r1  The Stables `r0

  `0"Greetings, s&sir!  we would like you to piss off now?"
  `2a complete smeghead asks.

@do `v01 is 1
@do write
`x`x
@choice
Trade in little girls
trade in gems
buy a potion
leave
@if response not 4 then do
  @begin
@show
`\`\  `0"So you don't hate me" he shouts gayly.


`k
@if responce is 1 then do
  @begin
   ;the traders lockup
   @do x is 19
   @do y is 16
   @do map is 31
  @end

@if responce is 2 then do
  @begin       
   ;gemhouse
   @do x is 58
   @do y is 15
   @do map is 31
  @end

@if responce is 3 then do
  @begin
   ;potionhouse
   @do x is 32
   @do y is 7
   @do map is 31
  @end


  @loadmap &map
  @end
@drawmap
@update

