7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC=GetItemActivator();
|
||
|
AssignCommand(oPC,ClearAllActions(TRUE));
|
||
|
AssignCommand(oPC,ActionStartConversation(oPC,"bardic_abilities",TRUE,FALSE));
|
||
|
}
|