Marketplace Error Scripts

Creating scripts
User avatar
Sherrie Melody
Posts: 273
Joined: Fri Mar 29, 2013 6:56 pm
Has thanked: 201 times
Been thanked: 159 times

Re: Marketplace Error Scripts

Post by Sherrie Melody »

Oren Hurvitz wrote:I love the smell of misbehaving scripts in the morning :) (And it is morning here right now...)

Add the following parameter to the emitter script to make it work:

Code: Select all

PSYS_SRC_BURST_PART_COUNT, 1,
The reason the script doesn't work on Kitely without this change is that the default burst count, when none is specified, is 0. The reason it does work on sim-on-a-stick is that in newer versions of OpenSim the default count is 1. This will change once we update to OpenSim 0.7.6 (soon), but I think it's best to fix the script anyway to make it clear that there's just one buffalo (or whatever). Moo!
Thank you so much Oren. It was starting to driving me a little nuts. It never occurred to me that particle system support would change between versions. I should have checked. :oops:
Post Reply