EN4_PRC8/_module/nss/qp_wpn_eclaw.nss

13 lines
165 B
Plaintext
Raw Normal View History

#include "utl_i_sqluuid"
void main()
{
object oPC;
oPC=GetPCSpeaker();
CreateItemOnObject("en3_qeclaw",oPC);
SQLocalsUUID_SetString(oPC,"QPTag","en3_qeclaw");
}