8 lines
246 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
// 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());
}