EN4_PRC8/_module/nss/qp_wpn_baxe.nss

13 lines
173 B
Plaintext
Raw Permalink Normal View History

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