PGCC_PRC8/_module/nss/vat_scrolls6.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

48 lines
968 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
CreateItemOnObject("nw_it_sparscr603", oPC);
CreateItemOnObject("x1_it_sparscr602", oPC);
CreateItemOnObject("nw_it_sparscr607", oPC);
CreateItemOnObject("nw_it_sparscr610", oPC);
CreateItemOnObject("nw_it_sparscr608", oPC);
CreateItemOnObject("x1_it_sparscr605", oPC);
CreateItemOnObject("nw_it_sparscr601", oPC);
CreateItemOnObject("nw_it_sparscr602", oPC);
CreateItemOnObject("nw_it_sparscr612", oPC);
CreateItemOnObject("nw_it_sparscr613", oPC);
CreateItemOnObject("x1_it_sparscr603", oPC);
CreateItemOnObject("x2_it_sparscr602", oPC);
CreateItemOnObject("nw_it_sparscr611", oPC);
CreateItemOnObject("nw_it_sparscr604", oPC);
CreateItemOnObject("nw_it_sparscr609", oPC);
CreateItemOnObject("x1_it_sparscr604", oPC);
CreateItemOnObject("nw_it_sparscr605", oPC);
CreateItemOnObject("nw_it_sparscr614", oPC);
CreateItemOnObject("nw_it_sparscr606", oPC);
CreateItemOnObject("x2_it_sparscr601", oPC);
}