Hey Daimon, I'm no max expert, but I use this to set up a base scene for me, hope it helps.
-----------------------------------------------------------------------------
--GROW FX
gfx = growfx isSelected:on
$.name = "growFX"
$.position = [150,0,0]
$.iconSize = 10
$.material = meditMaterials[1]
$.HideIcon = true
$.ConvertToMesh = true
--add base options to setup
$.addPath("Base")
$.addDistributor 1 #distr "Distributor1"
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
--GROUND PLANE
gfxPlane = Planehelper isSelected:on
$.name = "rsGrowFX_plane"
$.length = 200
$.width = 200
$.infinite = on
$.pos = [0,0,-0.05]
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
--WIND PROPERTIES
gfxWind = Windhelper isSelected:on
$.name = "Medium_Wind_20_wind"
$.fanSize = 100
$.windSpeed = 20
$.PerturbSpeed = true
$.SpeedAmount = 30
$.PerturbSpeedSize = 450
$.PerturbSpeedIterations = 1
$.PerturbVector = true
$.PerturbVectorAmount = 2
$.PerturbVectorSize = 100
$.PerturbVectorIterations = 1
$.PerturbSpeedPhase = random 1 1000
$.PerturbVectorPhase = random 1 1000
$.pos = [-150,0,300]
-----------------------------------------------------------------------------