Adding ship dealer, display problem
Here's my code:
<data file="DATA\UNIVERSE\SYSTEMS\LI02\BASES\ROOMS\Li02_04_Deck.ini" method="append">
<source>
[ForSaleShipPlacement <--
name = X/Shipcentre/02 <-- If I remark out these two lines I see the current player ship both at the launch screen and the ship dealer screen. The ship that's for sale does not show. If I leave this entry activated the for sale ship shows superimposed over the current player ship. Not only does it show as superimposed, it shows as reversed in direction. I imagine if I used X/Shipcentre/01 the direction would be correct but the superimposition would still exist.
[Hotspot
name = IDS_HOTSPOT_SHIPDEALER_ROOM
behavior = VirtualRoom
room_switch = ShipDealer
[Hotspot
name = IDS_DEALER_FRONT_DESK
behavior = FrontDesk
state_read = 1
state_send = 2
virtual_room = ShipDealer
[Hotspot
name = IDS_HOTSPOT_SHIPDEALER
behavior = StartShipDealer
state_read = 2
state_send = 1
virtual_room = ShipDealer
[Hotspot
name = IDS_NN_REPAIR_YOUR_SHIP
behavior = Repair
virtual_room = ShipDealer
</source>
</data>
Anyone have any idea how to beat this?