Jump to content

Lolita Erin

Resident
  • Posts

    93
  • Joined

  • Last visited

Everything posted by Lolita Erin

  1. Hello i need to know how is the best way to compare a color from a prim, using llGetLinkPrimitiveParams, for example get the color from a face and then check if the color is red or green thank you for any help
  2. other question, what happend if the user get the board to inventory and some buttons are press? next time the rezz they will press more right?
  3. Thank you that was what i need it !!!
  4. Hello i am trying to make a panel control with couple buttons this is a Main Prim and 4 Linked prims (the buttons) i was wondering how can i acomplish and Effect to press the button (and keep it press until press again), i belive i have to move the linked prim and when press again move it to original position, is there any simple script to do this? thank for any help
  5. Thanks i did think about do somelike this ... but i was trying to avoid that lol thank you again
  6. Thanks so much for you help, but i not explaining my self ( my english is not very good lol) in my code i have control event i have many code for the key is press, like sounds, thtrotle number, hud info, etc. i dont like to duplicate that code in a listen event or other event, that is why i like to send some code like: "control ( CONTROL_UP )" to be able to use all my code in the control event i hope i explain my self and thank you so much for you time
  7. thanks for you answer, but i all ready have that on main script, and i try to put a Dilog or Button, and when they press it send the PgUp so that the control catch it.
  8. hello i hope somebody can help me, i cant find how to do it if is posible, i have on my script a control event, where i change the vehicle speed. all the code is there and work fine, is there a way i can send a code from a linked prim, that emulate for example the pgup key ? i this way the control event use necesary code to work on the vehicle? thanks
  9. hello how can i use a similar function of llOffsetTexture in LlSetPrimitiveParams? thank you i need to replace this and use LlSetPrimitiveParams to change a linked face from root script. llOffsetTexture(var1, var2, face); thanks again
  10. Hi, i all ready make the script work and made my hud like the link, but i dont know how to show the scan result in the list or prims, that is my real issue or problem.. i have add a script whit this code default { touch_start(integer total_number) { llOwnerSay("Scanning..."); // Look for any avatars within 96m. llSensor("", NULL_KEY, AGENT, 96.0, PI); } sensor(integer num_detected) { integer i; while(i < num_detected) { if (llDetectedKey(i) != llGetOwner()) { llOwnerSay(llDetectedName(i)); } ++i; } } } but i dont know how to show the names in the hud thank you
  11. Thank you for you reply so i just need and the layers will be auto? do you have a simple sample? thanks
  12. Hello and thanks for any help, i found this script and i was able to make it work, but i dont know what to do to use it, i like to have and scan radar for my club but i dont know how to make this HUD to work like the image in the Wiki, http://wiki.secondlife.com/wiki/AutoHUD_constructor AutoHUD_constructor Thanks for any help
  13. Order never deliver and in marketplace say it deliver my order was this 164554333 L$9,414 I contact the seller and say they cant do noting about it who can help me???
  14. Hello i looking for a 1/8 Land 8,192 sqm 1,875 prims Thanks for any answer
×
×
  • Create New...