PRC8_fork/nwn/nwnprc/trunk/scripts/tf_startconvo.nss

6 lines
130 B
Plaintext
Raw Normal View History

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