Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Suche Garagentor script
#3
Danke Anachron! Bei dem Skript passiert bei mir garnichts, mit scripten kenne ich mich nur wenig aus um das anzupassen.

Habe dieses jetzt bei Outworldz gefunden, macht genau das was ich brauche

Code:
// :CATEGORY:Door
// :NAME:Simple_door_swinger_works_at_any_an
// :AUTHOR:Void SInger
// :CREATED:2012-03-24 22:09:02.320
// :EDITED:2013-09-18 15:39:02
// :ID:759
// :NUM:1046
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Simple_door_swinger_works_at_any_an
// :CODE:
/*//( v7-D Simple Hinge Action )--//*/

/*//-- Works At ANY Angle --//*/



/*//-- NOTES:

works in ANY single prim door, linked or un-linked

works in multi-prim doors NOT linked to a larger structure

Never needs reset (even after rotating)

//*/



/*//-- REQUIREMENTS:

Root must either be a cylinder (to represent a hinge) or

cut prim; I suggest cube, pathcut start=.125, end=.625

//*/



/*//-- CAVEAT:

Single prim doors are limited to 5m width

Treats current position as closed when reset

//*/



/*//-- USERS MODIFY HERE v --//*/

integer gIntSwing = 90;

/*//-- use -# to reverse the direction of swing, eg. -90; --//*/

rotation gRotSwing;



default{

    state_entry(){

        gRotSwing = llEuler2Rot( <0.0, 0.0, (float)gIntSwing * DEG_TO_RAD> );

    }

    

    touch_end( integer vIntNul ){

         llSetLocalRot( (gRotSwing = (ZERO_ROTATION / gRotSwing)) * llGetLocalRot() );

    }

}



/*//-- IF Redistributing as-is:

Please leave script full permissions & include all comments so that others may learn and use

//*/



/*//--                       Anti-License Text                         --//*/

/*//     Contributed Freely to the Public Domain without limitation.     //*/

/*//   2009 (CC0)    //*/

/*//  Void Singer   //*/
Zitieren


Nachrichten in diesem Thema
Suche Garagentor script - von Kalkofe - 19.07.2024, 17:01
RE: Suche Garagentor script - von Anachron - 19.07.2024, 18:21
RE: Suche Garagentor script - von Kalkofe - 20.07.2024, 10:19
RE: Suche Garagentor script - von Anachron - 20.07.2024, 11:41
RE: Suche Garagentor script - von Manfred Aabye - 20.07.2024, 12:06

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Suche Lichtscript LadyContessa Barbosa 8 9.398 21.03.2024, 16:22
Letzter Beitrag: Manfred Aabye
Question Tür script gesucht, Tür soll bei Eintritt ein paar meter vorher öffnen Kalkofe 9 1.803 11.10.2023, 05:37
Letzter Beitrag: Christoph Balhaus
  Rufknopf Script für Aufzug gesucht Xenos Yifu 4 2.493 03.04.2022, 19:09
Letzter Beitrag: Mareta Dagostino
  Geber/ Rezz Script Xenos Yifu 10 5.828 28.11.2020, 14:28
Letzter Beitrag: Kubwa
  Suche Script Gruppe Titoss 4 7.222 27.11.2020, 14:52
Letzter Beitrag: Dorena Verne

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 2 Gast/Gäste