0 of 0

File information

Last updated

Original upload

Created by

Babaloo321

Uploaded by

Babaloo321

Virus scan

Safe to use

Mod articles

  • The Source Code

    Here is the source code for my script, I've also included it in the mod's archive.

    As you can see, it's pretty simple:

    ScriptName PlantRespawnScript extends ObjectReference

    Event OnActivate(ObjectReference akActionRef)
    Utility.WaitGameTime(72)
    Self.SetHarvested(False)
    EndEvent...