LoT_PRC8/_module/nss/giverod.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

17 lines
478 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName giverod
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/7/2003 2:03:49 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("rodofjohnson", GetPCSpeaker(), 1);
// Set the variables
SetLocalInt(GetPCSpeaker(), "quest", 20);
}