Jump to content

questions about 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...