Initial upload
Initial upload.
This commit is contained in:
7
_module/nss/ew_read.nss
Normal file
7
_module/nss/ew_read.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPC=GetLastSpeaker();
|
||||
|
||||
AssignCommand(oPC, ActionPlayAnimation( ANIMATION_FIREFORGET_READ));
|
||||
DelayCommand(3.0, AssignCommand( oPC, ActionPlayAnimation( ANIMATION_FIREFORGET_READ)));
|
||||
}
|
||||
Reference in New Issue
Block a user