[Game,client] << [How many holds of Equipment do you want to sell [250]? ]
[Game,client] << [Agreed, 250 units.]
[Game,client] << []
[Game,client] << [We'll buy them for 28,116 credits.]
[-] start: 28116 % 105 price 29521
[-] >> [29521
[-] 7 : Your offer [28,116] ?
[Game,client] << [Your offer [28,116] ? 29521]
[Game,client] << []
[Game,client] << [We'll buy them for 28,387 credits.]
[-] start: 28387 % 104 price 29522
[-] >> [29522
[-] 7 : Your offer [28,387] ?
[Game,client] << [Your offer [28,387] ? 29522]
[Game,client] << []
[Game,client] << [So, you think I'm as stupid as you look? Make a real offer.]
[-] 7 : Your offer [28,387] ?
The problem here is that it doesn't display the "We'll buy them for" text. (So, we get lost here.)
Also [#1]
```
[Game,client] << [How many holds of Equipment do you want to sell [250]? ]
[Game,client] << [Agreed, 250 units.]
[Game,client] << []
[Game,client] << [We'll buy them for 28,116 credits.]
[-] start: 28116 % 105 price 29521
[-] >> [29521
[-] 7 : Your offer [28,116] ?
[Game,client] << [Your offer [28,116] ? 29521]
[Game,client] << []
[Game,client] << [We'll buy them for 28,387 credits.]
[-] start: 28387 % 104 price 29522
[-] >> [29522
[-] 7 : Your offer [28,387] ?
[Game,client] << [Your offer [28,387] ? 29522]
[Game,client] << []
[Game,client] << [So, you think I'm as stupid as you look? Make a real offer.]
[-] 7 : Your offer [28,387] ?
```
The problem here is that it doesn't display the "We'll buy them for" text. (So, we get lost here.)
Also [#1]