Difference between revisions of "Questions"
Jump to navigation
Jump to search
no edit summary
imported>DragoonWraith (→Using Scripts To Add Multiple Objects and Deleting Objects: Enable and Disable) |
imported>Treleth |
||
Line 1,073: | Line 1,073: | ||
== Using Scripts To Add Multiple Objects and Deleting Objects == | == Using Scripts To Add Multiple Objects and Deleting Objects == | ||
What woudl I write in a script so it adds multiple objects that are aligned, e.g. a plate on the center of a table. Also I couldn't find out how to use a script to remove an object placed in the world. e.g. after you leave house, delete house. | What woudl I write in a script so it adds multiple objects that are aligned, e.g. a plate on the center of a table. Also I couldn't find out how to use a script to remove an object placed in the world. e.g. after you leave house, delete house.[[User:Treleth|Treleth]] 02:05, 6 July 2006 (EDT) | ||
:[[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>]] 00:15, 6 July 2006 (EDT): That script would be pretty complicated, I don't think anyone would be able to write that for you, you'll have to write it yourself. Without the items in front of you, it would be very difficult to do. | :[[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>]] 00:15, 6 July 2006 (EDT): That script would be pretty complicated, I don't think anyone would be able to write that for you, you'll have to write it yourself. Without the items in front of you, it would be very difficult to do. | ||
:Deleting items is done using [[Disable]]. By the way, by using [[Disable]] and [[Enable]], you can make your items invisible until such a time as you want them to appear - would be much easier than spawning them and positioning them, if you can. | :Deleting items is done using [[Disable]]. By the way, by using [[Disable]] and [[Enable]], you can make your items invisible until such a time as you want them to appear - would be much easier than spawning them and positioning them, if you can. | ||
ok, thanks for your help! [[User:Treleth|Treleth]] 02:05, 6 July 2006 (EDT) |