PoA_PRC8/_module/nss/startcon.nss

7 lines
105 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
2023-08-01 20:16:07 -04:00
object oPC = GetLastUsedBy();
2022-10-07 14:20:31 -04:00
2023-08-01 20:16:07 -04:00
DelayCommand(0.0f, ActionStartConversation(oPC));
}