Initial module commit
Initial module commit.
This commit is contained in:
12
_module/nss/3holesdoor.nss
Normal file
12
_module/nss/3holesdoor.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
// Port PC
|
||||
///////////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy(); // Get the user of the object
|
||||
object oDest = GetObjectByTag("zelk1"); // way point tag.
|
||||
if(GetIsPC(oPC))
|
||||
{
|
||||
AssignCommand(oPC,JumpToObject(oDest));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user