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