Jump to content

GevaudanVallejo

Resident
  • Posts

    7
  • Joined

  • Last visited

Posts posted by GevaudanVallejo

  1. Well, whatever they did really messed up the groups completely. Trying to find a way to report this. But all I can do is search the threads here and leave messages in hopes that somehow it gets fixed.

    I have a group that I created and has over 100 people give or take in it. Now I am the OWNER and CREATOR of the group. All of a sudden, it stopped working. I can do everything that an OWNER can do. But now I can not see or read or get my chats. Everyone can see what I type, but I can not. The last entry was 16th of April. And my alts have no issue at all, and the other groups there are no issues. Only the ONE group that I made. I tried leaving and being reassigned to Owner, still nothing. I am not sure if there is a workaround or some technical help I can get regarding this. Please someone point me in the right direction. Thank you.

  2. 1 minute ago, Qie Niangao said:

    Then you've kinda got the wrong forum because I'm afraid you're looking for a product, and we're sorta geared to helping folks write their own scripts. If there were an open-source example that did what you want, somebody might accidentally know about it and point you to it, but that touch-map thing (probably using llDetectedTouchUV) seems hard to generalize in a simple example script.

    So maybe try the product Wanted forum, or the work-for-hire one? This isn't a particularly weird not difficult scripting problem, so I bet you'll find a usable product, maybe even on Marketplace.

    No I am not looking for a product. I am needing assistance with the script. Because I have the script, I am wanting to remove the opening of the map. I am just confused to finding what can I use to replace that. Detected TouchUV is saying texture. Would that work with imputing the cords into it? The texture is a MENU something like this:

     

    First Area
    Second Area
    Third Area
    and so on..

     

    So when they touch the area needed it ports you. Is that possible? And I have the right forum.

  3. 18 minutes ago, Qie Niangao said:

    Yeah. The details kinda depend how the HUD gets attached. If by "personal RP HUD" you mean a normal thing you attach from inventory, no problem. If it's temp-attached, perhaps from touching a sign or something, then it's more involved (and you'll want an Experience for your region). But for the normal attachment case: somewhere in the script it calls llMapDestination()... instead it can use llTeleportAgent(). (Because you're only doing it within the region, you don't need the slightly trickier llTeleportAgentGlobalCoords.) You already have the position vector, so you can just use the empty string in place of a landmark. First, though, the script will need to get PERMISSION_TELEPORT at some point.

    I don't want to use MapDestination, because that opens the map which I do not want to happen. I want them to wear the HUD, it opens up a menu. Click on the destination, and it teleport you there on the SIM. TeleportAgent requires a LM which I don't want to use. Because the script shouldn't need it.

  4. Hello,

    I am looking for some help regarding scripting. I have a personal RP HUD that I use for my SIM. And when I click on it, it opens up a list of places to teleport to on my SIM. But when I click on it, it opens up the viewers 'world map' to use to teleport. Any way I can not have it open up the viewers WM and just have it TP on the SIM? This is for multiple places on the SIM. Any help is appreciated.

     

    Script details: I am using touch face scripts. all in one, if touched within these coords on the texture it does THIS.

×
×
  • Create New...