Initial Upload
Initial Upload
This commit is contained in:
12
_module/nss/trapdoor_1.nss
Normal file
12
_module/nss/trapdoor_1.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
//Put this OnUsed
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
AssignCommand(oPC, ClearAllActions());
|
||||
//AssignCommand(OBJECT_SELF, ActionPlayAnimation(ANIMATION_PLACEABLE_OPEN));
|
||||
object oTarget = GetWaypointByTag("WP_ROGUE_STORE");
|
||||
location lTarget = GetLocation(oTarget);
|
||||
DelayCommand(3.0, AssignCommand(oPC, ActionJumpToLocation(lTarget)));
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user