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