Jump to content

Beehive and Cow Script


Dark09188

Recommended Posts

here are a couple simple scripts

Potion Property FoodHoney Auto


Event OnInit()
	RegisterForUpdateGameTime(24)
EndEvent

Event OnUpdateGameTime()
		self.AddItem(FoodHoney, 1, true) 
EndEvent

 

 

 

Ingredient Property BeeHoneyComb Auto


Event OnInit()
	RegisterForUpdateGameTime(72)
EndEvent

Event OnUpdateGameTime()
		self.AddItem(BeeHoneyComb, 1, true) 
EndEvent

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...