Initial upload
Initial upload.
This commit is contained in:
8
_module/nss/ew_worship.nss
Normal file
8
_module/nss/ew_worship.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC=GetLastSpeaker();
|
||||
|
||||
AssignCommand(oPC, ActionPlayAnimation( ANIMATION_LOOPING_WORSHIP, 1.0, 6.0));
|
||||
//AssignCommand(oPC, PlayVoiceChat(VOICE_CHAT_PAIN2));
|
||||
//DelayCommand(2.5, AssignCommand(oPC, PlayVoiceChat(VOICE_CHAT_PAIN3)));
|
||||
}
|
||||
Reference in New Issue
Block a user