7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
#include "x4_inc_functions"
|
|
void main()
|
|
{
|
|
string sDB = CharacterDB(GetPCSpeaker());
|
|
SetCampaignInt(sDB, "GUIDE_INTRO", TRUE);
|
|
}
|