Fix Issue 432: Radar Keeps Popping Up and side issue I got still the window "An object owned by you ..."

Unified key message sending to function send_keys_message()
Switched a few getBOOLs to CachedControls
Added RadarChatKeysStopAsking, and RadarChatKeysRequest as a three button notification so the user can decide to permanently say no.
Corrected RadarChatKeys description to be more accurate.
If we want to know if the radar is open, we check instanceExists, not getInstance.
Also enabled using the announce button when RadarChatKeys is false to announce keys, for manual updates.
This commit is contained in:
Lirusaito
2013-01-14 06:30:50 -05:00
parent 00fb7804da
commit 0494dc8d32
4 changed files with 86 additions and 77 deletions

View File

@@ -7591,4 +7591,18 @@ AntiSpam: Blocked [SOURCE] for spamming [TYPE]s [AMOUNT] times in [TIME] seconds
AntiSpam: Blocked newline flood from [SOURCE] (over [AMOUNT] newlines).
</notification>
<notification
icon="alertmodal.tga"
name="RadarChatKeysRequest"
type="alertmodal">
An object owned by you has requested keys from your radar.
Would you like to enable announcing keys to objects in the sim?
<usetemplate
name="yesnocancelbuttons"
yestext="Yes"
notext="No"
canceltext="No, don't ask again!"/>
</notification>
</notifications>