|
@@ -11,9 +11,17 @@ usehtml = 1
|
|
|
'<span style="color: red;">Warning: this doesn''t do anything yet!</span>'
|
|
|
'<a href="exec: bm_enable_preg = (bm_enable_preg = 0) & gt ''mod_bestmod_options''">Toggle</a>'
|
|
|
'</td></tr>'
|
|
|
+'<tr><td cellspacing="0" cellpadding="20" valign="top">'
|
|
|
+if bm_cheatBandit = 1:
|
|
|
+ 'Bandit is always horny (Currently ON):'
|
|
|
+ '<td cellspacing="0" cellpadding="20" valign="top"><a href="exec:bm_cheatBandit = 0 & gt ''mod_bestmod_options''">Turn OFF</a>'
|
|
|
+else
|
|
|
+ 'Bandit is always horny (Currently OFF):'
|
|
|
+ '<td cellspacing="0" cellpadding="20" valign="top"><a href="exec:bm_cheatBandit = 1 & gt ''mod_bestmod_options''">Turn ON</a>'
|
|
|
+end
|
|
|
+'</td></tr>'
|
|
|
'</table></center>'
|
|
|
!usehtml = 0
|
|
|
act 'Return': gt 'mod_setting'
|
|
|
|
|
|
-
|
|
|
--- mod_bestmod_options ---------------------------------
|