Comment on What to name these Conversation objects in my code
tunetardis@lemmy.ca 2 weeks ago
- Honestly, I don’t think
dialog
is bad for this? Maybenpc_dialog
ornpc_dialog_tree
if you want to be less ambiguous? - Something like
prompt
,query
, ornpc_prompt
maybe? reply
,response
, orplayer_response
? Mayberesponse
could be the container that holds areply
(the text the player says) and a link to the next prompt?