Initial upload
Initial upload.
This commit is contained in:
16
_module/nss/giverod.nss
Normal file
16
_module/nss/giverod.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user