QuestActive: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with "{{Template:QuestActive}}  Category:EventMacro_Automacros Category:EventMacro_Conditions_State" | m Conversion script moved page QuestActive to questActive: Converting page titles to lowercase | 
| (No difference) | |
Revision as of 22:35, 26 April 2021
- QuestActive
- 
- Description: Checks if the player has one of the given quests active, uses quest ID (use command 'quest list' to see ID).
 
- Syntax:
QuestActive <comma separated list of quests ID>
- Quest ID can be a variable
- Example:
QuestActive 7121, 7122
- Set variables:
$.QuestActiveLastID => Saves the ID of the last quest that made QuestActive become true $.QuestActiveLastListIndex => Saves the list index in condition of the last quest that made QuestActive become true