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