ObLars Posted April 16, 2011 Share Posted April 16, 2011 Hello. Im wondering if the various plants throughout the mojave re-grows after a certain time has past? This is the Jalapeno script; scn JalapenoScript int State begin onActivate if State == 0 && GetActionRef == player player.additem JalapenoPepper 2 set State to 1 playGroup Forward 1 setdestroyed 1 endif end begin onLoad if State == 0 playGroup Backward 1 elseif State == 1 playGroup Forward 1 endif end begin onReset if State == 1 playgroup Backward 1 set State to 0 setdestroyed 0 endif end Does this script "Refresh" the plant after a certain time? Link to comment Share on other sites More sharing options...
rickerhk Posted April 17, 2011 Share Posted April 17, 2011 When the cell resets, the plant becomes 'un-destroyed' and can be harvested again. Link to comment Share on other sites More sharing options...
davidlallen Posted April 17, 2011 Share Posted April 17, 2011 What makes an aboveground cell reset? Link to comment Share on other sites More sharing options...
rickerhk Posted April 17, 2011 Share Posted April 17, 2011 What makes an aboveground cell reset? The gamesetting iHoursToRespawnCell applies to all cells. Link to comment Share on other sites More sharing options...
Recommended Posts