View Single Post
Old 11-08-2014, 02:36 PM   #14
IXix
Human being with feelings
 
Join Date: Jan 2007
Location: mcr:uk
Posts: 3,891
Default

Ah, didn't realise you were using the EEL version. As Argitoth has noted there are no 'True' and 'False' constants in EEL so you need to use 1 or 0 for those in converted scripts. If you just want to open/create an instance of SPAN on the master you'd do this...
Code:
ShowNamedPlugin("SPAN", GetMasterTrack(0), 1);
IXix is offline   Reply With Quote