Changed folder name.
Changed folder name.
This commit is contained in:
14
_module/nss/dmsecret.nss
Normal file
14
_module/nss/dmsecret.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//Put this script OnEnter
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
if (GetItemPossessedBy(oPC, "guilesecret")== OBJECT_INVALID)
|
||||
return;
|
||||
|
||||
ActionStartConversation(oPC, "guileconv");
|
||||
|
||||
}
|
Reference in New Issue
Block a user