21 lines
504 B
Plaintext
21 lines
504 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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);
|
|
|
|
}
|