15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
|
void main()
|
||
|
{
|
||
|
// Bioware Default
|
||
|
ExecuteScript("x2_mod_def_aqu", OBJECT_SELF);
|
||
|
|
||
|
// Inventory Limits
|
||
|
ExecuteScript("inv_mod_acquire", OBJECT_SELF);
|
||
|
|
||
|
// Radio System
|
||
|
ExecuteScript("radio_mod_acquir", OBJECT_SELF);
|
||
|
|
||
|
// Key Item System
|
||
|
ExecuteScript("key_item_modacq", OBJECT_SELF);
|
||
|
}
|