Fixed function call and buildin function call, all tests are green.

Still need to solve special cases and sqf: ... sqf blocks.
This commit is contained in:
Marvin Blum
2015-10-23 20:09:26 +02:00
parent dfe02ecef1
commit 04d0f4b61b
6 changed files with 52 additions and 43 deletions

View File

@@ -122,7 +122,7 @@ someUnit addItem "NVGoogles";
is equivalent to:
```
$addItem(someUnit)("NVGoogles");
addItem(someUnit)("NVGoogles");
```
## Contribute