HiddenTradition_PRC8/_module/nss/lmpperfact01.nss
2024-06-20 15:47:42 -04:00

9 lines
171 B
Plaintext

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