RoT2_PRC8/_module/nss/perup_gve_belt.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

14 lines
406 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName perup_gve_belt
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/7/2003 7:02:09 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("peruppisbelt", GetPCSpeaker(), 1);
}