Difference between revisions of "HighestAttSharedChar (M2-Scripting)"
From TWC Wiki
Jump to navigationJump to search (New page: __TOC__ *'''Type:''' Condition *'''Trigger Requirements:''' character_record *'''Parameters:''' attribute type, character...) |
m (Removed category "M2TW Scripting"; Quick-adding category "M2TW Scripting Condition" (redirect M2TW Scripting Condition resolved (using HotCat)) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 18: | Line 18: | ||
None Currently | None Currently | ||
+ | |||
+ | monitor_event CharacterTurnStart CharacterIsLocal | ||
+ | |||
+ | and HighestAttSharedChar Charm princess > 0 | ||
+ | |||
+ | log always and HighestAttSharedChar Charm princess> 0 | ||
+ | |||
+ | end_monitor | ||
+ | |||
+ | |||
+ | Proof that it does not work. The text does not apear in the log after test. Condition is buggy. | ||
Line 27: | Line 38: | ||
== See Also == | == See Also == | ||
*[[Conditions (M2-Scripting)]] - For links to other condition pages and information on parameters. | *[[Conditions (M2-Scripting)]] - For links to other condition pages and information on parameters. | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:M2TW Scripting Condition]] |
Latest revision as of 14:01, 11 April 2009
- Type: Condition
- Trigger Requirements: character_record
- Parameters: attribute type, character type, logic token, level
- CA Example: HighestAttSharedChar piety priest >= 5
- CA Description: Is the highest attribute rating of any character of the same faction sharing the same tile higher than specified?
- Battle/Strat: Strat
- Class: HIGHEST_ATTRIBUTE_SHARED_CHARACTER
Detailed Description
None currently
Sample Scripts
None Currently
monitor_event CharacterTurnStart CharacterIsLocal
and HighestAttSharedChar Charm princess > 0
log always and HighestAttSharedChar Charm princess> 0
end_monitor
Proof that it does not work. The text does not apear in the log after test. Condition is buggy.
Sample Triggers
None Currently
See Also
- Conditions (M2-Scripting) - For links to other condition pages and information on parameters.