Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/gtree_hatch.nss
Normal file
8
_module/nss/gtree_hatch.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
if (!GetIsPC(oPC)) return;
|
||||
AssignCommand(oPC, JumpToObject(GetWaypointByTag("gtreesewers_wp"), FALSE));
|
||||
AssignCommand(oPC, SetFacing(90.0));
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user