RATDOG/_module/nss/toanthole29.nss

13 lines
286 B
Plaintext
Raw Permalink Normal View History

// Port PC
///////////////////////////////////////////////////
void main()
{
object oPC = GetLastUsedBy(); // Get the user of the object
object oDest = GetObjectByTag("ant29"); // way point tag.
if(GetIsPC(oPC))
{
AssignCommand(oPC,JumpToObject(oDest));
}
}