Difference between revisions of "Questions"

1,091 bytes added ,  19:27, 11 July 2006
→‎How do I get an actor to equip a weapon: some further explanation of Wiki
imported>Cyax
imported>DragoonWraith
(→‎How do I get an actor to equip a weapon: some further explanation of Wiki)
Line 1,203: Line 1,203:
== How do I get an actor to equip a weapon ==
== How do I get an actor to equip a weapon ==


--Unclever title 17:12, 11 July 2006 (EDT) Is there a function that causes a weapon to be drawn? Or perhaps a function combination? I want to make a spell to summon a weapon that only disappears when it's sheathed, I would use a bindweapon spell, but I don't want to change any of them.  
--[[User:Unclever title|Unclever title]] 17:12, 11 July 2006 (EDT) Is there a function that causes a weapon to be drawn? Or perhaps a function combination? I want to make a spell to summon a weapon that only disappears when it's sheathed, I would use a bindweapon spell, but I don't want to change any of them.  


I tried an if-statement with IsWeaponOut, but it didn't work.  
I tried an if-statement with IsWeaponOut, but it didn't work.  


Scruggs 18:37, 11 July 2006 (EDT) Hi. First I have to do the wiki policeman thing and ask why you created an entirely new category for one specific question? We have a category called questions, and you can also post your own questions on your Talk page. Sorry, back to your question now.  
:[[User:Scruggs|Scruggs]] 18:37, 11 July 2006 (EDT) Hi. First I have to do the wiki policeman thing and ask why you created an entirely new category for one specific question? We have a category called questions, and you can also post your own questions on your Talk page. Sorry, back to your question now.  
EquipItem - use this to equip the item on the player. IsWeaponOut will tell you when the weapon is sheathed.
EquipItem - use this to equip the item on the player. IsWeaponOut will tell you when the weapon is sheathed.
::[[User:DragoonWraith|<font face="Oblivion,Daedric" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 19:27, 11 July 2006 (EDT): It would appear that that was a misunderstanding of me that caused that, actually. Sorry about that.
::Unclever Title, for quick questions like this, it's better to add them to this page. Create a new article only if your question is more involved than "is there a function that does such and such?" or "how do I use xyz function?"
::Also, the format of your article's URL should (usually) be http://cs.elderscrolls.com/constwiki/index.php/Your_Article's_Title - adding "/Your_Articles_Title" onto another article confuses things, lengthens URLs, and in the case of a category, turns your article into a category, which is worse than making an extra article. If you '''want''' to create a new Category, by the way, the format would be http://cs.elderscrolls.com/constwiki/index.php/Category:Your_Category's_Title.


== How do I make it start up the Character Generation in a new world? ==
== How do I make it start up the Character Generation in a new world? ==


Problem... i want the character generation screen to show up when i load my mod, i cant seem to find the line of code that activates it. --[[User:Cyax|Cyax]] 19:12, 11 July 2006 (EDT)
Problem... i want the character generation screen to show up when i load my mod, i cant seem to find the line of code that activates it. --[[User:Cyax|Cyax]] 19:12, 11 July 2006 (EDT)