Jump to content

Valdaus Redenblack

Resident
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Valdaus Redenblack

  1. Ok this is my first time even experimenting with a hud. I've done particle scripts but that was a long time of modding them. No real scripting experience at all and I'm just trying to make a poison breath for a dragon a non damage one that just turns on a script lol
  2. Yeah I understand but I'm very new to this and so far have only toyed with it so what part tells the script name I'm trying to trigger from the hud
  3. Could you show what that looks like so i can see what I'm doing wrong cause this is the coding I have for my scripts default { touch_start(integer total_number) { llSay(-864563, "0"); } } default { state_entry() { llListen(-864563,"Poison breath hud",llGetOwner(),"Poison breath hud"); } on_rez(integer message) { llResetScript(); } listen(integer channel, string name, key id, string message) { if(message == "1") llSetAlpha(1.0,ALL_SIDES); else if(message == "0") llSetAlpha(0.0,ALL_SIDES); else if(message == "2") llSetAlpha(0.0,ALL_SIDES); else if(message == "3") llSetAlpha(0.0,ALL_SIDES); else if(message == "4") llSetAlpha(0.0,ALL_SIDES); } }
  4. Alright I've been modding for a while but only really know how to script certain things that i needed. I've been able to do doors, windows, little bity particle effects but nothing major. Today i decided to give making a hud a try for a breath weapon. I don't want it to be damaged based and I'm trying to figure out how to make a single button hud give a command to a script in an attached cone to turn on and off. I built an attached cone and I have a particle script to use but I'm unsure how to make the hud activate the script from the cone. Try as I like I couldn't seem to get it working so i came here. Can you please help me figure out what to do. I want to be able to activate a particle breath from the push of a button and I have been unable to do so.
  5. yes hi been trying to get a dragon breath script made for a seawolf ancient dragon and i suck at scripting i have a texture and sound i want to use but have no clue how to make one or how to mod one to work for it i want a pretty advanced hud like one and the texture i'm going to use is a black lightning with red tinted glow highlights to it sort of like a dark chaotic lightning please contact me in world if you can help much appreciated valdaus redenblack
×
×
  • Create New...