Difference between revisions of "User talk:Daemonika Nightfire"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 6: Line 6:


::Ok, that's fine. The reason I put [[on_rez]] in front of [[state_entry]] is because of [[Event_Order]]. -- [[User:Kireji Haiku|Kireji Haiku]] 14:20, 1 November 2012 (PDT)
::Ok, that's fine. The reason I put [[on_rez]] in front of [[state_entry]] is because of [[Event_Order]]. -- [[User:Kireji Haiku|Kireji Haiku]] 14:20, 1 November 2012 (PDT)
:::You know thats LSL an event based script language is? Because that it's not necessary where is an event placed in a script and the Event order Page is not god and not written by Linden Lab. I always sort the events by priority. That means when an event is not often be trigegred or just contains low priority funktions i move it down. In my scripts are ever the state_entry the first and on_rez the last. -- [[User:Daemonika Nightfire]]

Revision as of 14:41, 1 November 2012

Wikipage rollback

Hi, I'm not sure why you rolled back User:Daemonika_Nightfire/Scripts/Anti_copy_trans. I didn't change any functionality but mainly changed state and variable names to something more descriptive and added a comment here and there. -- Kireji Haiku 13:56, 1 November 2012 (PDT)

Hello, first sorry for my bad english. I rolled back, because that what you do with my script is not what i want and not my style. Your version was not that what is writen on top of the Script "by Daemonika Nightfire". If you want other version make a own page. Additionally i never want the on_rez event at first in a script. -- User:Daemonika Nightfire
Ok, that's fine. The reason I put on_rez in front of state_entry is because of Event_Order. -- Kireji Haiku 14:20, 1 November 2012 (PDT)
You know thats LSL an event based script language is? Because that it's not necessary where is an event placed in a script and the Event order Page is not god and not written by Linden Lab. I always sort the events by priority. That means when an event is not often be trigegred or just contains low priority funktions i move it down. In my scripts are ever the state_entry the first and on_rez the last. -- User:Daemonika Nightfire