9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
|
#include "lmpperfmisc"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oOtherGuy = GetOtherGuy();
|
||
|
if (oOtherGuy != OBJECT_INVALID)
|
||
|
AssignCommand(oOtherGuy, PerformInvisTrick());
|
||
|
}
|