PRC8_fork/nwn/nwnprc/trunk/scripts/tf_startconvo.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

6 lines
130 B
Plaintext

void main()
{
object oPC = OBJECT_SELF;
AssignCommand(oPC, ActionStartConversation(oPC, "tfshad_token", FALSE, FALSE));
}