package inc import ( inkwell "git.teletypegames.org/engines/inkwell" ) func init() { ItemManager.Register(Item{ Name: ItemMysteryTape, Description: "unmarked Personal Tape", OnUseSelf: inkwell.Seq( inkwell.Say(Paul, "Password-locked. Of course."), inkwell.Say(Dex, "Put it in the second slot if you care that much. I did warn you."), ), }) }