9 lines
170 B
Plaintext
Raw Permalink Normal View History

#include "lmpperfmisc"
void main()
{
object oOtherGuy = GetOtherGuy();
if (oOtherGuy != OBJECT_INVALID)
AssignCommand(oOtherGuy, PerformInvisTrick());
}