generated from Jaysyn/ModuleTemplate
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
/*
|
|
This script was an old Bioware resource that was removed from the game.
|
|
|
|
It is included here to fix the "missing resource" error for certain
|
|
creature templates when "Build Module" is executed.
|
|
|
|
Its far easier to include an empty script than to remove the reference
|
|
from dozens of templates.
|
|
*/
|
|
|
|
void main()
|
|
{
|
|
|
|
}
|