Initial Upload
Initial Upload
This commit is contained in:
26
_module/nss/salute_trig2.nss
Normal file
26
_module/nss/salute_trig2.nss
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
|
||||
#include "nw_i0_plot"
|
||||
|
||||
void main()
|
||||
{
|
||||
object enteringObject = GetEnteringObject();
|
||||
|
||||
if (GetIsPC(enteringObject) != 1)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
string drakeswingTag = "drakewingofhope";
|
||||
|
||||
if (HasItem(enteringObject, drakeswingTag) == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
AssignCommand( GetObjectByTag("drakehqguard_3"),
|
||||
PlayAnimation(ANIMATION_FIREFORGET_SALUTE, 1.0, 0.5));
|
||||
AssignCommand( GetObjectByTag("drakehqguard_4"),
|
||||
PlayAnimation(ANIMATION_FIREFORGET_SALUTE, 1.0, 0.5));
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user