hagel666
Member!
I have a question. Can you set JED 2 to skip game if a monster has two different enhantments?
------------ This is from a script description---------------------
/// SkipEnchantment("enchantment name", skip_without_another);
/// SkipEnchantment("Lightning Enchanted", 0); ///
/// SkipEnchantment("Extra Strong", 1); ///
/// SkipEnchantment("Might", 1);
-------------------------------------------------------------------------
Is 0 = ignore the enchantment and 1 = skip when monster have that enchantment?
And if i e.g want to skip when a monster has both multi AND light enchants, is that possible and how do you write it?
And what about immunities, can you set them as well?
Thanks, Hagel.
------------ This is from a script description---------------------
/// SkipEnchantment("enchantment name", skip_without_another);
/// SkipEnchantment("Lightning Enchanted", 0); ///
/// SkipEnchantment("Extra Strong", 1); ///
/// SkipEnchantment("Might", 1);
-------------------------------------------------------------------------
Is 0 = ignore the enchantment and 1 = skip when monster have that enchantment?
And if i e.g want to skip when a monster has both multi AND light enchants, is that possible and how do you write it?
And what about immunities, can you set them as well?
Thanks, Hagel.