Jump to content

help with mod


Recommended Posts

hello, sorry the English evil is that I am Brazilian: \

 

would like a help to introduce a feature in a mod

 

for example, wanted to do a certain item drop but he dropase when I

 

apertace the button [v]

 

I saw one in which he does drop but from time to time

 

---------------- spolis

 

 

        inst:AddComponent("periodicspawner")

        inst.components.periodicspawner:SetPrefab("nightmarefuel")

        inst.components.periodicspawner:SetRandomTimes(120, 240)

        inst.components.periodicspawner:SetDensityInRange(-100, 5000000)

        inst.components.periodicspawner:SetMinimumSpacing(50000)

        inst.components.periodicspawner:Start() 

 

-----------------

 

this is not my ai is a character already created someone

 

await response

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...