Canenald Endarkened Despot 96 Badges Jun 26, 2004 629 0 Dec 13, 2005 Add bookmark #1 Is it possible to switch context to any enemy character on the battlefield, with any number of csc conditions?
Is it possible to switch context to any enemy character on the battlefield, with any number of csc conditions?
unmerged(21937) Your Industrial Friend Nov 15, 2003 9.557 1 Dec 20, 2005 Add bookmark #3 On a specific battlefield, no. Generally in battle, yes, like this: Code: condition = { type = any_enemy condition = { type = combat } } However, it's rather impossible to target effects at him later, unless you have just one single "enemy".
On a specific battlefield, no. Generally in battle, yes, like this: Code: condition = { type = any_enemy condition = { type = combat } } However, it's rather impossible to target effects at him later, unless you have just one single "enemy".