Difference between revisions of "OBSE Wish List"
m
→Other Functions
imported>8asrun6aer |
imported>8asrun6aer |
||
Line 137: | Line 137: | ||
getRecord "WorldObjects/Static/Armor/BladesArmorFparttest" ; returns the BladesArmorFparttest object record. | getRecord "WorldObjects/Static/Armor/BladesArmorFparttest" ; returns the BladesArmorFparttest object record. | ||
getRecord "Actors/Creature/Creature/ICArenaBear" ; returns the ICArenaBear actor object record. | getRecord "Actors/Creature/Creature/ICArenaBear" ; returns the ICArenaBear actor object record. | ||
addRecord "Actors/Creature/Creature | 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. | ||