mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 13:47:18 -05:00
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
void main()
|
|
{
|
|
object oPC = OBJECT_SELF;
|
|
|
|
AssignCommand(oPC, ActionStartConversation(oPC, "tfshad_token", FALSE, FALSE));
|
|
} |