generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload
This commit is contained in:
7
_mod/_module/nss/mg_scribe_scroll.nss
Normal file
7
_mod/_module/nss/mg_scribe_scroll.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
// MG Special scribing scrolls shelf
|
||||
void main()
|
||||
{
|
||||
object oPC=GetLastUsedBy();
|
||||
AssignCommand(oPC,ClearAllActions());
|
||||
AssignCommand(oPC,ActionStartConversation(oPC,"mg_scribe",TRUE,FALSE));
|
||||
}
|
||||
Reference in New Issue
Block a user