Difference between revisions of "OBSE Wish List"

No change in size ,  20:57, 16 January 2012
m
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/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.


Anonymous user