I have an experiment going and I got an ACS file the root called GIVEWEAPON
The code inside is:
Code: Select all
#include zcommon.acs
script 1 ENTER
{
Print(s:"Hello!");
}
Line 1 in file "C:\Users\mukhtaar\AppData\Roaming\SLADE3\temp\GIVEWEAPON.acs" ...
C:\Users\mukhtaar\AppData\Roaming\SLADE3\temp\GIVEWEAPON.acs:1: String literal not found.
> #include zcommon.
> ^
What is going on?