void OnStart() { SetEntityCallbackFunc("note_generic_1", "DoorKeyFallWhenReadingNote"); } void DoorKeyFallWhenReadingNote(string &in asEntity, string &in asType) { SetEntityActive("key_study_1", true); SetMessage("Messages", "LoL", 0); }