Dragon Age: Origins

File information

Last updated

Original upload

Created by

trcvrs

Uploaded by

trcvrs

Virus scan

Safe to use

About this mod

Simple fix: allows you to use the mage\'s chest in \"Return to Ostagar\" if you\'ve already used it in the prelude.

Permissions and credits
Simple fix: allows you to use the mage's chest in "Return to Ostagar" if you've already used it in the prelude.

To install, put in your override folder. To use, enable the developer's console and type in "runscript zz_createmagekey"

If you want to compile yourself, code is:

void main() {
object oPlayer = GetHero();
CreateItemOnObject(R"pre100im_key_wizards_chest.uti", oPlayer);
}