From 7878a6afdbd38537e5212330356556fe60d91fb8 Mon Sep 17 00:00:00 2001 From: Samsequel <20357406+Samsequel@users.noreply.github.com> Date: Mon, 26 Dec 2022 03:09:15 +0100 Subject: feat: Add flag 512 to smart_script wiki (#847) --- docs/smart_scripts.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index 37e35bd..7ee505e 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -135,6 +135,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if | SMART_EVENT_FLAG_RESERVED_6 | 64 | 0x40 | | | SMART_EVENT_FLAG_DEBUG_ONLY | 128 | 0x80 | Event only occurs in debug build | | SMART_EVENT_FLAG_DONT_RESET | 256 | 0x100 | Event will not reset in SmartScript::OnReset() | +| SMART_EVENT_FLAG_WHILE_CHARMED | 512 | 0x200 | Event occurs even if AI owner is charmed | - Sets if the event should not repeat or should only happen in a given instance/dungeon difficulty (if applicable); - Values can be added together (bitwise math). -- cgit