Difference between revisions of "OBSE Wish List"
m
→Other Functions
imported>8asrun6aer |
imported>8asrun6aer |
||
Line 139: | Line 139: | ||
addRecord "Actors/Creature/Creature/myBrandNewCreature" ; adds the myBrandNewCreature actor object record to the game. | addRecord "Actors/Creature/Creature/myBrandNewCreature" ; adds the myBrandNewCreature actor object record to the game. | ||
deleteRecord "Actors/Creature/Creature/myBrandNewCreature" ; completely removes the myBrandNewCreature actor object record from the game. | deleteRecord "Actors/Creature/Creature/myBrandNewCreature" ; completely removes the myBrandNewCreature actor object record from the game. | ||
Note: because these records may be added/deleted/modified only via script this way and only while the game is running, changes made using these added script functions will obviously not show up using the TESCS to view/edit mods. | |||
==Questionable Requests== | ==Questionable Requests== |