summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2020-04-19 02:15:22 +0200
committerGitHub <noreply@github.com>2020-04-19 02:15:22 +0200
commit500c1c400e5b33c2ff9286482ffce584c0d68934 (patch)
treee2ed66d680810bb051faa3c3182d58a1b7640dfb
parent2816798cb2031ea2fc2cbf3d2fbfa8427f76def9 (diff)
downloadwiki-500c1c400e5b33c2ff9286482ffce584c0d68934.tar.gz
wiki-500c1c400e5b33c2ff9286482ffce584c0d68934.tar.bz2
wiki-500c1c400e5b33c2ff9286482ffce584c0d68934.zip
Update smart_scripts.md (#207)
-rw-r--r--docs/smart_scripts.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md
index e8108ad..c990b7a 100644
--- a/docs/smart_scripts.md
+++ b/docs/smart_scripts.md
@@ -1467,6 +1467,28 @@ This is the probability of the event to occur as a percentage from 0-100. So, if
</p></td>
<td>If the value of specified counterID is equal to a specified value</td>
</tr>
+<tr class="odd">
+<td>SMART_EVENT_NEAR_PLAYERS</td>
+<td>101</td>
+<td>minPlayers</td>
+<td>Range (yards)</td>
+<td>FirstCheck (ms)</td>
+<td>RepeatCheck (ms)</td>
+<td><p><br />
+</p></td>
+<td><p>Event will trigger if there are more than minPlayers in range.</p></td>
+</tr>
+<tr class="odd">
+<td>SMART_EVENT_NEAR_PLAYERS_NEGATION</td>
+<td>102</td>
+<td>maxPlayers</td>
+<td>Range (yards)</td>
+<td>FirstCheck (ms)</td>
+<td>RepeatCheck (ms)</td>
+<td><p><br />
+</p></td>
+<td><p>Event will trigger if there are less than maxPlayers in range.</p></td>
+</tr>
</tbody>
</table>