Skip to content

Commit

Permalink
Merge pull request #180 from abalabokhin/patch-1
Browse files Browse the repository at this point in the history
Improve "Exists" description
  • Loading branch information
lynxlynxlynx authored Dec 19, 2024
2 parents bb5666f + 02bc40a commit 0ff1cc0
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 0ff1cc0

Please sign in to comment.