LoD_PRC8/_module/nss/pray.nss

7 lines
272 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main()
{
object oSelf = OBJECT_SELF ;
AssignCommand(GetLastUsedBy(),ActionDoCommand(SetFacingPoint(GetPositionFromLocation(GetLocation(OBJECT_SELF)))));
AssignCommand(GetLastUsedBy(),ActionPlayAnimation(ANIMATION_LOOPING_MEDITATE,1.0f,1200.0f));
}