mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 23:22:03 -04:00
Uuuh... A lot of animations in an enum
This commit is contained in:
@@ -3,7 +3,7 @@ SCRIPT_START script_PlayerGetSword
|
||||
SetInventoryValue ITEM_SMITH_SWORD, 0x0001
|
||||
CallWithArg PutItemAnySlot, ITEM_SMITH_SWORD
|
||||
PlaySound SFX_ITEM_GET
|
||||
CallWithArg SetPlayerAnimation2, 0x0000045f
|
||||
CallWithArg SetPlayerAnimation2, ANIM_GET_ITEM_SWORD
|
||||
Call WaitForPlayerAnim
|
||||
MessageFromTargetPos TEXT_ITEM_GET, 0x01, 0x000e
|
||||
WaitUntilTextboxCloses
|
||||
|
||||
Reference in New Issue
Block a user