mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-08-02 03:16:51 -04:00
7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
|
|
trigger OnStartNpcConversation(obj_id conversant)
|
|
{
|
|
faceTo( self, conversant );
|
|
return SCRIPT_CONTINUE;
|
|
}
|