Aantioch_Infernum/_module/nss/arrow_hail.nss

7 lines
115 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
location lSelf = GetLocation(OBJECT_SELF);
ActionCastFakeSpellAtLocation(SPELL_TRAP_ARROW,lSelf);
}