<aside> 🚨
If your console says “unknown command” or something similar, and your desired command/event is not working/playing, you’re missing your console commands folder. Reinstall SMAPI to fix this.
</aside>
<aside> ‼️
debug ebi [event key]debug ebi SamADBreakIn<aside> ❓
AD packs have event keys in their wiki pages.
<aside> ✂️
Here’s some quick links for you:
</aside>
You can find all event keys within other packs. Typically, event code looks like:
{
"Action": "EditData",
"Target": "Data/Events/Farm",
"When": { "After Dark Events": "All Events, No Jealousy Events" },
"Entries": {
"SamADBreakIn/f Sam 250/o Sam/e SamADWetDream/t 2000 2400": "continue/-2000 -2000/Shadow 64 15 0
farmer -100 -100 0/pause 500/warp farmer -100 -100/pause 200/skippable/viewport 64 15 true/pause 1000
/faceDirection Shadow 3/pause 100/faceDirection Shadow 0/pause 100/faceDirection Shadow 1/pause 100
/faceDirection Shadow 0/pause 200/emote Shadow 32/pause 350
/speak Shadow \\"{{i18n:AD.Sam.Events.BreakIn.1}}\\"/move Shadow 0 -2 0/warp Shadow -100 -100
/playSound doorClose/pause 200/globalFade/viewport -1000 -1000/pause 400
/speak Shadow \\"{{i18n:AD.Sam.Events.BreakIn.2{{GeneralPlayerPronoun}}}}\\"/pause 500
/speak Shadow \\"{{i18n:AD.Sam.Events.BreakIn.3}}\\"/pause 500/playSound clank/pause 400
/playSound clank/pause 400/playSound clank/pause 400/playSound clank/pause 1500
/playSound cameraNoise/pause 1500/end"
}
}
If you look right under the "Entries":{ line, you’ll see the event key of SamADBreakIn. To use the event key, just follow the directions on the left.
</aside>