Skip to content

Commit

Permalink
Improve "Exists" description
Browse files Browse the repository at this point in the history
  • Loading branch information
abalabokhin authored Dec 18, 2024
1 parent bb5666f commit 02bc40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/triggers/bgeetriggers.htm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<div class="triggerHeader"><a name="0x400D">0x400D Exists(O:Object*)</a></div>
<div class="indent1">
Returns true only if the specified object exists in the current area (note that dead creatures can still be counted as existing).
Returns true only if the specified object exists in the current area (note that dead creatures can still be counted as existing). For the global objects (creatures that get stored in the GAM file, like NPCs that were joined in the past) it always returns true.
</div>
<br />

Expand Down

0 comments on commit 02bc40a

Please sign in to comment.