TranslucentLine(lineID, translucentAmount, 0, 0);SetLineSpecial(lineID, 49, 0, 0, 0, 0, 0);
#include "zcommon.acs"script 1 (void){ print (s:"Welcome to Flem labs inc, where our flem is your flem" ); delay (50); Translucentline(0, 6); SetLineSpecial(0,49);}
I fixed it with a little help from the zdoom forums. Also when I put it in the script it won't work, here is my script.Code: [Select]#include "zcommon.acs"script 1 (void){ print (s:"Welcome to Flem labs inc, where our flem is your flem" ); delay (50); Translucentline(0, 6); SetLineSpecial(0,49);}
#include "zcommon.acs"script 1 (open){ print (s:"Welcome to Flem labs inc, where our flem is your flem" ); delay (50); Translucentline(1,6); SetLineSpecial(1,49);}