User Tools

Site Tools


building:quests:dql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
building:quests:dql [2019/08/22 23:19]
EternalSenenity [Quest State Information]
building:quests:dql [2019/11/29 23:51]
EternalSenenity [Quest State Information]
Line 52: Line 52:
 The only major downside is the PC can end up with hundreds of pointless journal entries. The only major downside is the PC can end up with hundreds of pointless journal entries.
 Builders can help by removing journal entries when a quest or quest chain is complete. ​ Builders can help by removing journal entries when a quest or quest chain is complete. ​
-If you want to avoid journal clutter but still want to track quest history, then consider using both Journal and the quest_census item. Remove the journal entry but leave the quest_census local variable. DQL will actually cache the journal state in the quest_census if found, or the PC is not, so using the quest_census to store quests results is seamless. ​+If you want to avoid journal clutter but still want to track quest history, then consider using both Journal and the quest_census item. Remove the journal entry but leave the quest_census local variable. DQL will actually cache the journal state in the quest_census if found, or the PC if not, so using the quest_census to store quests results is seamless. ​
 Include an NPC in the city, perhaps the library, who can clean up all the quests for your island. Include an NPC in the city, perhaps the library, who can clean up all the quests for your island.
  
Line 251: Line 251:
  
 === RemoveJournalEntry(PlotId) === === RemoveJournalEntry(PlotId) ===
-Removes the quest from the journal, this will allow the PC to repeat the quest. It is also a good helpful to keep journals uncluttered unless you really need to keep the entry.+Removes the quest from the journal, this will allow the PC to repeat the quest. It is also a helpful to keep journals uncluttered unless you really need to keep the entry.
  
 === RJE(PlotId) === === RJE(PlotId) ===
Line 308: Line 308:
 Random number generator that simulates a dice throw. Random number generator that simulates a dice throw.
   * DieSize The size of the dice, d(4),​d(6),​d(8),​d(20),​ could be anything though.   * DieSize The size of the dice, d(4),​d(6),​d(8),​d(20),​ could be anything though.
-  * discount ​The number of dice thrown. Defaults to 1.+  * DieCount ​The number of dice thrown. Defaults to 1.
 ====== Examples ====== ====== Examples ======
 ===== Stand Alone Example NPCs ===== ===== Stand Alone Example NPCs =====
building/quests/dql.txt ยท Last modified: 2019/11/30 00:38 by EternalSenenity

phpBB Appliance - Powered by TurnKey Linux