9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
void main()
|
|
{
|
|
// Bioware Default
|
|
ExecuteScript("x2_mod_def_unaqu", OBJECT_SELF);
|
|
|
|
// Radio System
|
|
ExecuteScript("radio_mod_unacq", OBJECT_SELF);
|
|
}
|