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

6 lines
162 B
Plaintext

//make the black rose elf worship until her knees bleed
void main()
{
AssignCommand(OBJECT_SELF,ActionPlayAnimation(ANIMATION_LOOPING_WORSHIP,1.0,14400.0f));
}