mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-28 22:15:54 -04:00
7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
include library.fs_quests;
|
|
|
|
trigger OnSpeaking(string text)
|
|
{
|
|
return SCRIPT_CONTINUE;
|
|
}
|