Initial upload

Initial upload.
This commit is contained in:
Jaysyn904
2024-10-09 14:17:22 -04:00
parent a13073fd78
commit e51634d39b
2354 changed files with 658510 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
void main()
{
object oPC = GetPCSpeaker();
CreateItemOnObject("nw_it_sparscr414", oPC);
CreateItemOnObject("nw_it_sparscr405", oPC);
CreateItemOnObject("nw_it_sparscr406", oPC);
CreateItemOnObject("nw_it_sparscr411", oPC);
CreateItemOnObject("nw_it_sparscr416", oPC);
CreateItemOnObject("nw_it_sparscr412", oPC);
CreateItemOnObject("nw_it_sparscr418", oPC);
CreateItemOnObject("nw_it_sparscr413", oPC);
CreateItemOnObject("x2_it_sparscr401", oPC);
CreateItemOnObject("nw_it_sparscr408", oPC);
CreateItemOnObject("x1_it_sparscr401", oPC);
CreateItemOnObject("nw_it_sparscr417", oPC);
CreateItemOnObject("nw_it_sparscr401", oPC);
CreateItemOnObject("nw_it_sparscr409", oPC);
CreateItemOnObject("nw_it_sparscr415", oPC);
CreateItemOnObject("nw_it_spdvscr301", oPC);
CreateItemOnObject("nw_it_sparscr402", oPC);
CreateItemOnObject("nw_it_sparscr410", oPC);
CreateItemOnObject("nw_it_sparscr403", oPC);
CreateItemOnObject("nw_it_sparscr404", oPC);
CreateItemOnObject("nw_it_sparscr407", oPC);
}