Initial commit. Updated release archive.
This commit is contained in:
8
_module/nss/lmpperfact04.nss
Normal file
8
_module/nss/lmpperfact04.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "lmpperfmisc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oOtherGuy = GetOtherGuy();
|
||||
if (oOtherGuy != OBJECT_INVALID)
|
||||
AssignCommand(oOtherGuy, PerformInvisTrick());
|
||||
}
|
Reference in New Issue
Block a user