Update for NWN .35

Update for NWN .35
This commit is contained in:
Jaysyn904
2023-08-01 20:16:07 -04:00
parent d4680a7df3
commit 1ddbeca4f1
1526 changed files with 68311 additions and 2534 deletions

View File

@@ -1,6 +1,6 @@
void main()
{
object oPC = GetLastUsedBy();
ActionStartConversation(oPC);
}
object oPC = GetLastUsedBy();
DelayCommand(0.0f, ActionStartConversation(oPC));
}