1
0
forked from cgvr/DeltaVR

professor says thank you after player enters room

This commit is contained in:
2026-03-16 15:09:14 +02:00
parent c78886e492
commit 439094f74a
4 changed files with 7 additions and 6 deletions

View File

@@ -171,7 +171,8 @@ public class ShapeDetectionNPC : NPCController
state = 8;
staticRadio.SetActive(false);
questMarker.gameObject.SetActive(false);
await Task.Delay(2500);
SpeakVoiceLine(7, radio.gameObject, 0);
await Task.Delay(6500);
MoveToNextPoint(0);
}
}