8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
|
// MG Special scribing scrolls shelf
|
||
|
void main()
|
||
|
{
|
||
|
object oPC=GetLastUsedBy();
|
||
|
AssignCommand(oPC,ClearAllActions());
|
||
|
AssignCommand(oPC,ActionStartConversation(oPC,"mg_scribe",TRUE,FALSE));
|
||
|
}
|