Aantioch_Infernum/_module/nss/lmpperfact04.nss

9 lines
170 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
#include "lmpperfmisc"
void main()
{
object oOtherGuy = GetOtherGuy();
if (oOtherGuy != OBJECT_INVALID)
AssignCommand(oOtherGuy, PerformInvisTrick());
}