--- s_meta-old.lua Sun Dec 12 10:07:02 2004 +++ s_meta.lua Wed Mar 16 13:54:40 2005 @@ -51,11 +51,11 @@ for i = 1, player.spellbinder_num do msg_print(spell(player.spellbinder[i]).name) end - return TRUE + if get_check("Reselect the bound spells?") ~= TRUE then return end end ret, c = get_com("Trigger at [a]75% hp [b]50% hp [c]25% hp?", strbyte("a")) - if ret == FALSE then return TRUE end + if ret == FALSE then return end if c == strbyte("a") then player.spellbinder_trigger = SPELLBINDER_HP75