part_system_create();
Returns: Real
This function is used to create a new particle system and will
return a unique index number that should be stored and used in all
further functions relating to that system.
global.Sname = part_system_create();
This will create a new particle system and store the index in the global variable "Sname".