Amon_PRC8/_module/nss/mithpowered.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

18 lines
608 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName mithpowered
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/10/2004 11:17:02 PM
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetModule(), "MithPowered", GetLocalInt(GetModule(), "MithPowered") +1);
SetLocalInt(OBJECT_SELF, "StationOnce", 1);
object oItemToTake1;
oItemToTake1 = GetItemPossessedBy(GetPCSpeaker(), "PowerSupply");
DestroyObject(oItemToTake1);
}