|
Racine Mahina
Registered User
Join date: 25 Oct 2006
Posts: 1
|
12-11-2006 11:12
I feel silly asking this, but how can I get a notecard to automatically open when an object is clicked. I have the notecard in my object contents. I think I script to open the notecard? Thank you so much!
|
|
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
|
12-11-2006 15:58
wrong forum *moves*
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly
Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey
|
|
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
|
12-11-2006 16:40
default { touch_start(integer piDetectedCount) { integer liIndex;
for (liIndex = 0; liIndex < piDetectedCount; liIndex++) llGiveInventory(llDetectedKey(liIndex), llGetInventoryName(INVENTORY_NOTECARD,0)); } }
|