HiddenTradition_PRC8/_module/nss/lmpperfact01.nss

9 lines
171 B
Plaintext
Raw Normal View History

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