Difference between revisions of "Talk:MessageBox Tutorial"
Jump to navigation
Jump to search
Responses
imported>ShadowDancer (Not Kyoma) |
imported>Haama (Responses) |
||
Line 177: | Line 177: | ||
::No, I am not Kyoma. I believe that on the Official Elder Scroll Forums I am Shadow_Dancer if I recall correctly. No matter how you managed it, I am glad that you got your script working Raziel23x. I don't know whether using a Magic Effect script is better or not. I see no reason not to use one if I am scripting a spell that needs a menu for some reason. Honestly, it seems easier to include a menu for a magic effect in the spell script itself, but that is probably due to the different computer languages that I have learned. To me, short, simple, and functional is elegant. | ::No, I am not Kyoma. I believe that on the Official Elder Scroll Forums I am Shadow_Dancer if I recall correctly. No matter how you managed it, I am glad that you got your script working Raziel23x. I don't know whether using a Magic Effect script is better or not. I see no reason not to use one if I am scripting a spell that needs a menu for some reason. Honestly, it seems easier to include a menu for a magic effect in the spell script itself, but that is probably due to the different computer languages that I have learned. To me, short, simple, and functional is elegant. | ||
::--[[User:ShadowDancer|ShadowDancer]] 17:18, 26 August 2007 (EDT) | ::--[[User:ShadowDancer|ShadowDancer]] 17:18, 26 August 2007 (EDT) | ||
:::Sorry about that, then. | |||
:::--[[User:Haama|Haama]] 18:37, 26 August 2007 (EDT) | |||
::I have not clue who is who where. No one has told me anything so I am like I said who is here is who on the ES official forums. | ::I have not clue who is who where. No one has told me anything so I am like I said who is here is who on the ES official forums. | ||
Line 184: | Line 187: | ||
:--[[User:Raziel23x|Raziel23x]] 12:39, 26 August 2007 (EDT) | :--[[User:Raziel23x|Raziel23x]] 12:39, 26 August 2007 (EDT) | ||
:Wrote Ulysses, Finnigan's Wake - used Stream of Consciousness in his writing... sometimes for 200 pages. BTW, | :Wrote Ulysses, Finnigan's Wake - used Stream of Consciousness in his writing... sometimes for 200 pages. Your post was very Stream of Consciousness. BTW, did you see my reply to your first section? | ||
:--[[User:Haama|Haama]] 12:59, 26 August 2007 (EDT) | :--[[User:Haama|Haama]] 12:59, 26 August 2007 (EDT) | ||
Line 193: | Line 196: | ||
My thoughts are this: If you want a spell to trigger a menu system, you have the spell set a variable and have the menu script in an activator. Same with tokens - if you need tokens to determine whether or not a menu should be displayed, have the tokens set variables on the activator and have the activator run the script. Tokens and spells add a ton of headaches, complexity, and possiblity for errors that are just completely unnecessary in '''every''' situation. Unless I am seriously missing something, there is no good reason to have the menu script actually within the spells or tokens. It's unnecessary and error-prone, and really is not any simpler.<br /> | My thoughts are this: If you want a spell to trigger a menu system, you have the spell set a variable and have the menu script in an activator. Same with tokens - if you need tokens to determine whether or not a menu should be displayed, have the tokens set variables on the activator and have the activator run the script. Tokens and spells add a ton of headaches, complexity, and possiblity for errors that are just completely unnecessary in '''every''' situation. Unless I am seriously missing something, there is no good reason to have the menu script actually within the spells or tokens. It's unnecessary and error-prone, and really is not any simpler.<br /> | ||
[[User:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">D</span>ragoon <span style="font-family: Oblivion, Daedric Runes; size=2;">W</span>raith]] [[User_talk:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">TALK</span>]] 13:29, 26 August 2007 (EDT) | [[User:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">D</span>ragoon <span style="font-family: Oblivion, Daedric Runes; size=2;">W</span>raith]] [[User_talk:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">TALK</span>]] 13:29, 26 August 2007 (EDT) | ||
:That was my thought when writing the tutorial. However, several people have asked for the other versions. With a good warning, and the other versions on other pages, I think it'll be ok. | |||
:--[[User:Haama|Haama]] 18:37, 26 August 2007 (EDT) |