Theoretically, the play command can play stuff
Quote:
From the commands.rtf file
play filename; plays a sound/music file or whatever can be played with ‘Windows Media Player’
|
So, thoretically, you can do something like:
NPC Code:
play companybroadcast.mov;
Or anything else like that.