diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-17 20:44:14 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-17 20:44:14 +0200 |
| commit | e994fab66a6ef731908b0655f3c8d2bbb8b4ac5d (patch) | |
| tree | 8457616a93b0990019a4705e02972b39481de34b /data/scripts/mtCrenel | |
| parent | e8639051babd5a27745284f41fb60650bd08a976 (diff) | |
Uuuh... A lot of animations in an enum
Diffstat (limited to 'data/scripts/mtCrenel')
| -rw-r--r-- | data/scripts/mtCrenel/script_PlayerGetWhiteSword.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/mtCrenel/script_PlayerGetWhiteSword.inc b/data/scripts/mtCrenel/script_PlayerGetWhiteSword.inc index 2989fde6..3054711b 100644 --- a/data/scripts/mtCrenel/script_PlayerGetWhiteSword.inc +++ b/data/scripts/mtCrenel/script_PlayerGetWhiteSword.inc @@ -3,7 +3,7 @@ SCRIPT_START script_PlayerGetWhiteSword SetInventoryValue ITEM_GREEN_SWORD, 0x0001 CallWithArg PutItemAnySlot, ITEM_GREEN_SWORD PlaySound SFX_ITEM_GET - CallWithArg SetPlayerAnimation2, 0x000001e2 + CallWithArg SetPlayerAnimation2, ANIM_GET_WHITE_SWORD Call WaitForPlayerAnim MessageNoOverlap TEXT_ITEM_GET, 0x02 WaitUntilTextboxCloses |
