PWE_PRC8/_module/nss/sitbackdown.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

22 lines
580 B
Plaintext

//::///////////////////////////////////////////////
//:: Resume Waypoint Walking
//:: NW_WALK_WP.NSS
//:: Copyright (c) 2002 Bioware Corp.
//:://////////////////////////////////////////////
/*
Assigned to the normal and abnormal end
conversation events to have the creature
resume walking waypoints.
*/
//:://////////////////////////////////////////////
//:: Created By: Neil Flynn
//:: Created On: July 19, 2002
//:://////////////////////////////////////////////
#include "NW_I0_GENERIC"
void main()
{
ActionSit(GetNearestObjectByTag ("Chair", OBJECT_SELF));
}