Initial upload
Initial upload
This commit is contained in:
11
module/nss/seal_use.nss
Normal file
11
module/nss/seal_use.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
//Get Trapdoor
|
||||
object oDoor = GetObjectByTag("ArcaneSeal");
|
||||
|
||||
|
||||
//start trapdoor conversation
|
||||
AssignCommand (oPC,ActionStartConversation(oDoor));
|
||||
}
|
||||
Reference in New Issue
Block a user