mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -04:00
7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
|
|
trigger OnStartNpcConversation(obj_id conversant)
|
|
{
|
|
faceTo( self, conversant );
|
|
return SCRIPT_CONTINUE;
|
|
}
|