Changes

Jump to navigation Jump to search
639 bytes added ,  19:12, 23 September 2018
→‎Basic format: skeleton for broadcastEvent and full entry for dump
Line 203: Line 203:  
| Adds an object at the specified tile from the <tt>TileSheets\Craftables.png</tt> sprite sheet.
 
| Adds an object at the specified tile from the <tt>TileSheets\Craftables.png</tt> sprite sheet.
 
|-
 
|-
| <tt>addConversationTopic {{t|id}}</tt>
+
| <tt>addConversationTopic {{t|ID}}</tt>
 
| Starts an active dialogue event with the given ID and a length of 4 days.
 
| Starts an active dialogue event with the given ID and a length of 4 days.
 
|-
 
|-
Line 259: Line 259:  
| <tt>awardFestivalPrize {{t|item type}}</tt>
 
| <tt>awardFestivalPrize {{t|item type}}</tt>
 
| Awards the specified item to the player. Possible item types are "pan", "sculpture", "rod", "sword", "hero", "joja", and "slimeegg".
 
| Awards the specified item to the player. Possible item types are "pan", "sculpture", "rod", "sword", "hero", "joja", and "slimeegg".
 +
|-
 +
| <tt>broadcastEvent</tt>
 +
| TODO: Explain broadcastEvent.
 
|-
 
|-
 
| <tt>catQuestion</tt>
 
| <tt>catQuestion</tt>
Line 292: Line 295:  
| <tt>doAction {{t|x}} {{t|y}}</tt>
 
| <tt>doAction {{t|x}} {{t|y}}</tt>
 
| TODO: Explain GameLocation.checkAction(new Location(x,y), viewport, player)
 
| TODO: Explain GameLocation.checkAction(new Location(x,y), viewport, player)
 +
|-
 +
| <tt>dump {{t|group}}</tt>
 +
| Starts the special "cold shoulder" and "second chance" dialogue events for the given group (women if group is <tt>girls</tt> and men if it is anything else.) The cold shoulder event has an id of <tt>dumped_Girls</tt> or <tt>dumped_Guys</tt> and lasts 7 days; the second chance event has an id of <tt>secondChance_Girls</tt> or <tt>secondChance_Guys</tt> and lasts 14 days. During open beta testing of version 1.3 there was a second parameter which determined the amount of hearts lost, but support for that parameter was removed before release.
 
|-
 
|-
 
| <tt>elliotbooktalk</tt>
 
| <tt>elliotbooktalk</tt>
99

edits

Navigation menu