This command makes the selected object (including actors) invisible by not rendering it. To render the object, use the enable
command.
The disable
command serves one primary purpose: to make the selected object disappear from the game world. This isn't just limited to inanimate objects; even actors (characters and creatures in the game) can be subjected to this command.
However, the disappearance goes beyond just the visual.
When an object is "disabled":
disable
Command Most Helpful?disable
can help you navigate through.disable
can clear the scene.enable
CommandIf you've mistakenly disabled an object, there's the counterpart enable
command. This command brings back the disabled object, restoring its visibility, collision, and interactions.
When disable
is executed, the object becomes invisible, and collision detection is turned off. While AI processes will not act on the disabled object, any scripts attached to the object will continue to run.
This is the only way to use the disable
command.
player.
followed by the command. To target an NPC/object, click on the it and then type the command.00003348
can be entered as 3348
.