7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lSelf = GetLocation(OBJECT_SELF);
|
||
|
|
||
|
ActionCastFakeSpellAtLocation(SPELL_TRAP_ARROW,lSelf);
|
||
|
}
|