Initial upload
Initial upload
This commit is contained in:
12
_module/nss/cb_meditate_per.nss
Normal file
12
_module/nss/cb_meditate_per.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastPerceived();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
if (!GetLastPerceptionSeen()) return;
|
||||
ActionPlayAnimation(ANIMATION_LOOPING_MEDITATE, 1.0f, 1200.0f);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user