Compile m03_npc_receptionist.ink to JSON - add EXTERNAL player_name()

This commit is contained in:
Z. Cliffe Schreuders
2026-01-14 09:46:32 +00:00
parent 03068ae1e1
commit 84170426d8
2 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ VAR topic_company_history = false
VAR topic_james = false
VAR pin_hint_given = false
// External variables (from game)
EXTERNAL player_name()
// ===========================================
// INITIAL GREETING
// ===========================================
@@ -22,7 +25,7 @@ VAR pin_hint_given = false
{not badge_received:
#display:receptionist-professional
Receptionist: Good afternoon! You must be {player_name}.
Receptionist: Good afternoon! You must be {player_name()}.
Receptionist: Ms. Sterling mentioned you'd be coming in for a consultation.