randomParticleEffectID

--Get a random special effect id
local result,id=World:randomParticleEffectID()
--Display in the chat box
Chat:sendSystemMsg("Get a random special effect id:"..id)