Changed folder name.
Changed folder name.
This commit is contained in:
12
_module/nss/bathtileuse.nss
Normal file
12
_module/nss/bathtileuse.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
//Get Trapdoor
|
||||
object oDoor = GetObjectByTag("TiledBathFloor");
|
||||
|
||||
if (GetIsPC(oPC)) {
|
||||
//start trapdoor conversation
|
||||
AssignCommand (oPC,ActionStartConversation(oDoor));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user