Skip to content

Commit

Permalink
Update bgee.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx authored Jan 5, 2025
1 parent 90d62a1 commit 1d846e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appendices/clua/bgee.htm
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
CTRL+Y &nbsp;&nbsp; Kills creature under cursor<br />
</div>
<br />
The EEs also supports pressing CTRL or SHIFT to display the dynamic or static searchmap respectively, as an overlay. You have to enable that first by adding these keys to Baldur.lua:
The EEs also support pressing CTRL or SHIFT to display the dynamic or static searchmap respectively, as an overlay. You have to enable that first by adding these keys to Baldur.lua:
<div class="indent1 highlight">
SetPrivateProfileString('Game Options','Render Search Map','1') -- press SHIFT key to display overlay
SetPrivateProfileString('Game Options','Render Search Map','1') -- press SHIFT key to display overlay<br />
SetPrivateProfileString('Game Options','Render Dynamic Search Map','1') -- press CTRL key to display overlay
</div>
</div>
Expand Down

0 comments on commit 1d846e5

Please sign in to comment.