|
@@ -92,7 +92,7 @@ if birthday = day and birthmonth = month: $stat_msg += '<BR><b>Today is your bir
|
|
|
if telefon['UnreadSMS'] > 0: $stat_msg += '<BR><b>You have <<telefon[''UnreadSMS'']>> unread message(s).</b><BR>'
|
|
|
|
|
|
!New icon based menu.
|
|
|
-if MagikDostup = 0:
|
|
|
+if $start_type[1] ! 'nomagic':
|
|
|
$journal_tooltip = 'Spellbook & Journal'
|
|
|
$journalIcon = 'journal_magic.png'
|
|
|
else
|
|
@@ -1298,7 +1298,7 @@ if enable_show_status = 0:
|
|
|
elseif Enable_scalepic = 2:
|
|
|
$st_temp='rgb(<<(16777216 + fcolor) mod 256>>,<<(16777216 + fcolor)/256 mod 256>>,<<(16777216 + fcolor)/65536>>)'
|
|
|
$stat_extra_msg += '<p><font color="<<$st_temp>>"><TABLE width="300" cellpadding="1" cellspacing="0"><TR><TD width="85%">'+FUNC('indiktab', '2', pcs_horny, pcs_horny)+'</TD><TD> Arousal</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '2', pain['total'], pain['total'])+'</TD><TD> Pain</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_health * 100 / healthmax, pcs_health)+'</TD><TD> Health</TD></TR>'
|
|
|
- if MagikDostup = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_mana * 100 / manamax, pcs_mana)+'</TD><TD> Mana</TD></TR>'
|
|
|
+ if $start_type[1] ! 'nomagic': $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_mana * 100 / manamax, pcs_mana)+'</TD><TD> Mana</TD></TR>'
|
|
|
$stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_willpwr * 100 / willpowermax, pcs_willpwr)+'</TD><TD> Willpower</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_stam * 100 / stammax, pcs_stam)+'</TD><TD> Stamina</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_mood, pcs_mood)+'</TD><TD> Mood</TD></TR>'
|
|
|
if cheatNoEat = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_energy, pcs_energy)+'</TD><TD> Hunger</TD></TR>'
|
|
|
if cheatNoDrink = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_hydra, pcs_hydra)+'</TD><TD> Thirst</TD></TR>'
|
|
@@ -1313,7 +1313,7 @@ if enable_show_status = 0:
|
|
|
gs 'indik', '1', pcs_health * 100 / healthmax, pcs_health
|
|
|
$stat_extra_msg += '<BR><<$ind>> Health'
|
|
|
|
|
|
- if MagikDostup = 0:
|
|
|
+ if $start_type[1] ! 'nomagic':
|
|
|
gs 'indik', '1', pcs_mana * 100 / manamax, pcs_mana
|
|
|
$stat_extra_msg += '<BR><<$ind>> Mana'
|
|
|
end
|
|
@@ -1355,7 +1355,7 @@ else
|
|
|
if $stat_extra_msg ! null: $stat_extra_msg += '<br><a href="exec:Enable_showattr = 0 & gs ''$menu_obnovit''">▲Attributes:</a>'
|
|
|
if Enable_scalepic = 2:
|
|
|
$stat_extra_msg += '<font color="<<$st_temp>>"><TABLE cellpadding="1" cellspacing="0" width="300"><TR><TD width="85%">'+FUNC('indiktab', '1', 100 - pcs_inhib, 100 - pcs_inhib)+'</TD><TD> Inhibition</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_stren, pcs_stren)+'</TD><TD> Strength</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_agil, pcs_agil)+'</TD><TD> Agility</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_vital, pcs_vital)+'</TD><TD> Endurance</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_intel, pcs_intel)+'</TD><TD> Intelligence</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_sprt, pcs_sprt)+'</TD><TD> Spirit</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_react, pcs_react)+'</TD><TD nowrap> Reaction</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_chrsm, pcs_chrsm)+'</TD><TD> Charisma</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_prcptn, pcs_prcptn)+'</TD><TD> Perception</TD></TR>'
|
|
|
- if MagikDostup = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_magik, pcs_magik)+'</TD><TD> Magic</TD></TR>'
|
|
|
+ if $start_type[1] ! 'nomagic': $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_magik, pcs_magik)+'</TD><TD> Magic</TD></TR>'
|
|
|
if succubusflag = 1: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', sucexcess, sucexcess)+'</TD><TD> Succubus Energy</TD></TR>'
|
|
|
$stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_apprnc / 2, pcs_apprnc)+'</TD><TD> Attractiveness</TD></TR>'
|
|
|
$stat_extra_msg += '</TABLE></font>'
|
|
@@ -1378,7 +1378,7 @@ else
|
|
|
$stat_extra_msg += '<BR><<$ind>> Charisma'
|
|
|
gs 'indik', '1', pcs_prcptn, pcs_prcptn
|
|
|
$stat_extra_msg += '<BR><<$ind>> Perception'
|
|
|
- if MagikDostup = 0:
|
|
|
+ if $start_type[1] ! 'nomagic':
|
|
|
gs 'indik', '1', pcs_magik, pcs_magik
|
|
|
$stat_extra_msg += '<BR><<$ind>> Magic'
|
|
|
if succubusflag = 1:
|
|
@@ -1409,7 +1409,7 @@ else
|
|
|
$stat_sktool_msg += ' <a href="exec:Enable_show_mental_skill = 1 & gs ''$menu_obnovit''">◇Mental</a>'
|
|
|
else
|
|
|
$stat_sktool_msg += ' <a href="exec:Enable_show_mental_skill = 0 & gs ''$menu_obnovit''">◆Mental</a>'
|
|
|
- if pcs_splcstng > 0 and MagikDostup = 0: gs 'show_table', '<<pcs_splcstng>> Spell Casting', '2'
|
|
|
+ if pcs_splcstng > 0 and $start_type[1] ! 'nomagic': gs 'show_table', '<<pcs_splcstng>> Spell Casting', '2'
|
|
|
if pcs_humint > 0: gs 'show_table', '<<pcs_humint>> People skills', '2'
|
|
|
if pcs_persuas > 0: gs 'show_table', '<<pcs_persuas>> Persuasion', '2'
|
|
|
if pcs_observ > 0: gs 'show_table', '<<pcs_observ>> Observation', '2'
|