• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
MAINTENANCE ANNOUNCEMENT - JIRA will undergo maintenance starting 1:00am PDT through 3:00am on Saturday 2010.03.20. Please do not enter issues during this time as the system maybe restarted.
Issue Details (XML | Word | Printable)

Key: SVC-1373
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Normal Normal
Assignee: Unassigned
Reporter: vaughn deluca
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

Mono beta: particle system error when using llGetkey() for PSYS_SRC_TARGET_KEY

Created: 30/Jan/08 05:09 PM   Updated: 30/Jan/08 11:17 PM
Component/s: Scripts
Affects Version/s: Mono Beta
Fix Version/s: None

Time Tracking:
Not Specified

Environment: MacOS
Issue Links:
Duplicate
 


 Description  « Hide
particle system error when using llGetkey() for PSYS_SRC_TARGET_KEY
Error message: PSYS error: rule 1 error, PSYS_SRC_TARGET_KEY needs key data
Script:
list Particles;
default
{
state_entry() { Particles = [PSYS_SRC_TARGET_KEY, llGetKey()]; llParticleSystem( Particles); }

}



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
vaughn deluca added a comment - 30/Jan/08 05:18 PM
Arrch, overlooked SVC-1329 --Vaughn