LoT_PRC8/_module/nss/giverod.nss

17 lines
478 B
Plaintext
Raw Normal View History

2023-09-25 21:32:17 -04:00
//::///////////////////////////////////////////////
//:: 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);
}