Initial commit. Updated release archive.
This commit is contained in:
20
_module/nss/at_innpayskey.nss
Normal file
20
_module/nss/at_innpayskey.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_innpayskey
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 03/12/22 18:15:30
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oPC =GetPCSpeaker();
|
||||
|
||||
// Set the variables
|
||||
SetLocalInt(oPC, "PaysRats", 1);
|
||||
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("payscatharescell", oPC, 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user