Initial upload
Initial upload
This commit is contained in:
10
_module/nss/xx.nss
Normal file
10
_module/nss/xx.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
AssignCommand(oPC, ActionPlayAnimation(ANIMATION_LOOPING_CONJURE1, 1.0f, 25.0f));
|
||||
|
||||
AssignCommand(oPC, ActionPlayAnimation(ANIMATION_LOOPING_CONJURE1, 1.0f, 25.0f));
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user