Work Life (Visual Novel / Game)
Loading...
Searching...
No Matches
instant_message.h
1#pragma once
2#include "includes.h"
3#include "widgets.h"
4
CHAR_ENUM
the character enum
Definition character.h:8
MC can sometimes message at the end of the day.
Definition instant_message.h:11
void thank_you(character::CHAR_ENUM c)
trigger a "thank you" scene from character c
Definition instant_message.cpp:1099
online_state
state to represent if we can message them
Definition instant_message.h:13
@ BUSY
character is partially online; task thanks, no im story
Definition instant_message.h:19
@ OFFLINE
character is not online at all; no task thanks, no im story
Definition instant_message.h:15
@ ONLINE
character is online; task thanks, im story
Definition instant_message.h:17
void playtest()
playtest various prompts
Definition instant_message.cpp:1141
online_state status(character::CHAR_ENUM c)
indicates the state of the character. depends on relationship_state
Definition instant_message.cpp:983
void send_message(character::CHAR_ENUM c)
initiate a conversation with a character
Definition instant_message.cpp:1020