Update for NWN .35
Update for NWN .35
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
ActionStartConversation(oPC);
|
||||
}
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
DelayCommand(0.0f, ActionStartConversation(oPC));
|
||||
}
|
||||
|
Reference in New Issue
Block a user