How to create snow or rain
From Platinum Arts Sandbox Free 3D Game Maker
Revision as of 12:51, 19 July 2010 by Siimvuss (Talk | contribs) (Created page with 'creating snow or rain is simple, all you need is one particle: *Open up Sandbox and the map you want to have snow or rain on. *Type this to command line: Snow: /newent particle…')
creating snow or rain is simple, all you need is one particle:
- Open up Sandbox and the map you want to have snow or rain on.
- Type this to command line:
Snow:
/newent particles 12 300 256 0xFFFFFA 10000 0 0 0
Rain:
/newent particles 10 300 256 868 1000
- This is it :P
Tutorial by siimvuss