mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-07-31 01: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;
|
|
}
|