Files
HeroesStone_PRC8/_module/nss/de1_tosssilfana.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

14 lines
455 B
Plaintext

/////////////////////////////////////
// Dragon's Edge
// by Charly Carlos
/////////////////////////////////////
// Causes Silfana to semi-animate as if tossing the daggers for the Toss the
// Dagger Game.
/////////////////////////////////////
void main()
{
object oSilfana = GetObjectByTag("DaggerMaiden");
AssignCommand(oSilfana, SetFacing(250.0));
DelayCommand(1.0, AssignCommand(oSilfana, PlayAnimation(ANIMATION_FIREFORGET_VICTORY1)));
}