Jump to content

pLiCk Mixmaster

Resident
  • Posts

    8
  • Joined

  • Last visited

Everything posted by pLiCk Mixmaster

  1. hello i am building my very first house and want to know how i can turn it into as least amount of prims possible...i know how to link objects such as all my windows or walls and turn it into a convex hull but that is all i know. i heard of a prim oven but dont know anything about it can someone send me to a tutorial or shoot my some info would be gratefull thankyou
  2. when i rotate the texture the script rotates as well. im using a water texture from the library. im trying to make a stream run from up to down for a fountain
  3. i am trying to change the anim SMOOTH Script that is in library to go from across to up and down, how do i do this???
  4. im sure this has been up before but the ones i saw didnt use the script i found. i am new to scripting in fact i used to code on c64 and thats it so dont really know the new stuff, even though it looks familiar......my question i found a script that turns on and off lights and i am trying to change the colour in it. i have been playing around with the colour vector but nothing is changing // V1 // vector color = <1.0, 1.0, 1.0>; // R,G,B (red, green, blue) values. float intensity = 1.0; // 0.0 to 1.0 (1.0 = full brightness) float radius = 20.0; // 0.1 to 20.0 (20.0 = full sphere) float falloff = 0.01; // 0.01 to 2.0 (2.0 = least spread) ///////////////////////////////////////////////////////////////////////// integer on; // Global variable used to measure the condition 'on or off'. Switch() // The switching function. { on = (!on); // Flip the boolean value of the integer 'on'. llSetPrimitiveParams([PRIM_POINT_LIGHT, on, color, intensity, radius, falloff]); } default { touch_end(integer nd) { Switch(); // Unconditionally call the switch to operate. } } pleas help on how i can change the colour, and i actually want to understand
  5. hello, i am trying to figure out how to rent a house. my friend said she bought land for 1 lindell and rents a nice place for 1340 but the game says i cant own land couse im not a member (she isnt either but she was at one time) and want to know how i go about renting a decent size place without becoming a member.also if any rentals with 2 living rooms and 1 bedroom become available please let me know, you may im me in game plick mixmaster. thank you
×
×
  • Create New...