|
Haruki Watanabe
llSLCrash(void);
Join date: 28 Mar 2007
Posts: 434
|
08-22-2007 15:52
hope this is simple...  I know how to share money, when it's payed to a vendor... But When I make an Object for sale, and want to share this money too, how do I do that? Can I use the same (llGiveMoney) within the Object that's been sold??? Means, if someone uses the 'pay'-function, is the money-event triggered within the object, or does this function give money directly to the owner? Thanks for your help pholks... 
|
|
Kenn Nilsson
AeonVox
Join date: 24 May 2005
Posts: 897
|
08-22-2007 16:58
If you "Pay" an object, you can trigger the money() event and run an llGiveMoney(). If you "Buy" an object, you cannot.
_____________________
--AeonVox--Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms chasing ghosts, eating magic pills, and listening to repetitive, addictive, electronic music.
|
|
Haruki Watanabe
llSLCrash(void);
Join date: 28 Mar 2007
Posts: 434
|
08-23-2007 01:11
Ty... 
|