Split/label some common event scripts
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
EventScript_ItemfinderDigUpUnderfootItem:: @ 81A8D49
|
||||
lockall
|
||||
textcolor 3
|
||||
waitse
|
||||
call EventScript_TryPickUpHiddenItem
|
||||
compare VAR_0x8007, TRUE
|
||||
goto_if_eq EventScript_DigUpItemPutInPocket
|
||||
compare VAR_0x8007, FALSE
|
||||
goto_if_eq EventScript_DigUpItemBagIsFull
|
||||
end
|
||||
|
||||
EventScript_DigUpItemPutInPocket::
|
||||
message Text_DugUpItemFromGround
|
||||
waitfanfare
|
||||
waitmessage
|
||||
delay 60
|
||||
msgbox Text_PutItemAway
|
||||
special Special_SetHiddenItemFlag
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_DigUpItemBagIsFull::
|
||||
msgbox Text_DugUpItemFromGround
|
||||
msgbox Text_TooBadBagFull
|
||||
setvar VAR_RESULT, 0
|
||||
releaseall
|
||||
end
|
||||
Reference in New Issue
Block a user