Initial commit
Initial commit [v9.7]
This commit is contained in:
13
_module/nss/roggor_down.nss
Normal file
13
_module/nss/roggor_down.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
oTarget = GetObjectByTag("Roggor2");
|
||||
AssignCommand(oTarget, ActionPlayAnimation(ANIMATION_LOOPING_DEAD_FRONT, 1.0f, 90.0f));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user