User talk:Arcane Elf

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

I moved your question "Need Script Help!" to "Messagebox in a Spell". It has a little more information than you need, but the first response should answer everything. In the future, please name your questions appropriately so others with the same question can find it.


--Haama 10:45, 3 November 2007 (EDT)

Sorry about the name i guess,couldn't think of anything else,but "messagebox in a spell" is where i first checked,and it didn't help. The problem is i don't know which scriptblock thingy to use. BeginScriptEffect,BeginSpellEffect,and how do i end ones like that?...Enlighten me! =( --Arcane Elf 10:49, 3 November 2007 (EDT)

No problem, but again it's the first response - ScriptEffectStart. Here's the list of Category:Blocktypes.
--Haama 11:45, 3 November 2007 (EDT)

Thank you very much, sorry for being a pain lol. =( --Arcane Elf 13:53, 3 November 2007 (EDT)

Gah! I'm right back where i started! I'm making a script for a magic effect,but there are no effects....It's only a message,so what kind of blocks do i use?? Sorry Haama, I understand what you said but i need to know what kind of block to use for this script.--Arcane Elf 14:22, 3 November 2007 (EDT)

Um, let me just give it all to you, then. First, create the script.
scn WhateverYouWantToNameItScript

begin ScriptEffectStart
  message "Your message"
end
Make sure to set it to a Magic script before you save it. Then, create the spell (right click any spell, select "New", name it, etc.). Give the spell a scripted effect (in the effects section, right click, select "New", select "Scripted Effect" from the top drop down box). Attach the script to it (you'll see a set of 4 drop boxes on the bottom, the top-most or 2nd one says "Script", select your script from that menu).
--Haama 15:59, 3 November 2007 (EDT)

Thank you so much,and sorry,i thought it was more complicated than that. (I know I say sorry a lot, but i can't stand annoying anyone. And sorry you had to tell me so many times) But thanks again, I'll go try it =)--Arcane Elf 16:26, 3 November 2007 (EDT)

Thanks again Haama,it worked. =) --Arcane Elf 11:25, 4 November 2007 (EST)