EN6_PRC8/_module/nss/qp_wpn_tbsword.nss

13 lines
169 B
Plaintext
Raw Normal View History

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