This website works better with JavaScript.
Explore
Help
Sign In
AM2R-Mod-Sources
/
AM2R-Multitroid-Unofficial-Patch
mirror of
https://github.com/DodoBirby/AM2R-Multitroid-Unofficial-Patch
Watch
1
Star
0
Fork
You've already forked AM2R-Multitroid-Unofficial-Patch
0
Code
Issues
Projects
Releases
Wiki
Activity
Made sound play on item pickup
Browse Source
pull/9/head
1.6.1
DodoBirb
4 years ago
parent
fe069e4192
commit
2e282a2964
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
Export_Code/gml_Script_display_itemmsg.gml
Unescape
Escape
View File
@ -25,3 +25,5 @@ if (!global.saxmode)
event_user(3)
event_user(3)
room_goto(itemroom)
room_goto(itemroom)
}
}
else
sfx_play(sndMessage)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
AM2R-Mod-Sources/AM2R-Multitroid-Unofficial-Patch
Title
Body
Create Issue