mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
1da20ad33f
https://forums.aurorastation.org/topic/20198-mission-briefing-auroras-gamemode-revolution To-do: - [x] Finish storyteller verbs. - [x] Storyteller landmarks. - [x] Proper storyteller spawning. Right now the gamemode system is happy with just picking one storyteller and no actors. - [x] Antagonist whitelists code. - [x] Adding the Storyteller whitelist. - [x] Mission map loading code. - [x] Map in a bunch of missions. - [ ] Storyteller adminhelps. --------- Co-authored-by: Matt Atlas <liermattia@gmail.com> Co-authored-by: DreamySkrell <>
4 lines
178 B
Plaintext
4 lines
178 B
Plaintext
/proc/log_subsystem_odyssey(text)
|
|
if (GLOB.config?.logsettings["log_subsystems_odyssey"])
|
|
WRITE_LOG(GLOB.config.logfiles["world_subsystems_odyssey_log"], "SSodyssey: [text]")
|