Code: Alles auswählen
...
if (action == eGA_LookAt) player.Say("Das ist Sophia Hapgood.");
else if (action == eGA_Push || action == eGA_Pull) player.Say("Lieber nicht.");
else if (action == eGA_TalkTo) dSophia1.Start();
else Unhandled();
Code: Alles auswählen
...
if (action == eGA_LookAt) player.Say("Das ist Sophia Hapgood.");
else if (action == eGA_Push || action == eGA_Pull) player.Say("Lieber nicht.");
else if (action == eGA_TalkTo) dSophia1.Start();
else Unhandled();