PixelTomsen / omeconomy-module

project moved : https://github.com/OpenMetaverseEconomy/OMEconomy-Modules
2 stars 3 forks source link

The money event is not fired by child prims #3

Open MarcusLlewellyn opened 12 years ago

MarcusLlewellyn commented 12 years ago

I also found myself needing to script vendors on a grid with Virwox's OMC currency, and found that the money event is not passed to child prims. When the money event is used with llSetPayPrice in the root prim, it effectively holds all touch functionality for the entire linkset hostage until llSetPayPrice is cleared. If one wishes to have a single buy button, the solution in SL is to put a money event in a child prim, and send a link message back to the root prim. Money events not being passed to children makes creating multi-item vendors with a "buy" button and forward/back buttons impossible.

I've filed this issue both there and with OpenSimulator, since the event routing issue could like in either OpenSim or the OMC module.

PixelTomsen commented 11 years ago

should work with lates opensim-dev-master-git (commit 54ec8b1)