Difference between revisions of "OBSE Wishes Fulfilled"

479 bytes added ,  14:42, 2 October 2008
v0016: DeleteReference, spell effectiveness commands
imported>DragoonWraith
(→‎Wishes Fulfilled: linking to the wish list)
imported>Scruggs
(v0016: DeleteReference, spell effectiveness commands)
Line 127: Line 127:
*'''GetBookText/SetBookText [ObjectID]''' - Sets or gets the "Book Text" field of book/scroll objects. ''GetActiveMenuText/UpdateActiveMenuText''
*'''GetBookText/SetBookText [ObjectID]''' - Sets or gets the "Book Text" field of book/scroll objects. ''GetActiveMenuText/UpdateActiveMenuText''
*'''ShowNameSetting [ObjectID]''' - Show a menu to make the player type the name for the given ''ObjectID''. It might use the spell-making or enchanting menu as the interface. ''ShowLineInputBox or ShowTextInputHandler coupled with SetNameEx''
*'''ShowNameSetting [ObjectID]''' - Show a menu to make the player type the name for the given ''ObjectID''. It might use the spell-making or enchanting menu as the interface. ''ShowLineInputBox or ShowTextInputHandler coupled with SetNameEx''
*'''destroyObject''' - completely removes an object from the game world, unlike [[Disable]] which only stops it from rendering. ''DeleteReference''
*'''Get/SetCastEfficiency''' - Get and set the calling actor's casting efficiency as modified by armor. ''Get/ModPCSpellEffectiveness''. Similar functionality will not be implemented for NPCs and creatures because the game does not support spell effectiveness for those actor types (but support could be added via an OBSE plugin).
Anonymous user