Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

8 lines
246 B
Plaintext

// gives a book with a little more info on the system
// gives a ring that when activated saves the players location
void main()
{
CreateItemOnObject("pc_location", GetPCSpeaker());
CreateItemOnObject("se_on_activate", GetPCSpeaker());
}