Fixed buildin function call problem, but found a new on in tokenizer

(e.g. "format" -> for, mat).
This commit is contained in:
Marvin Blum
2015-10-24 14:37:12 +02:00
parent 75729ebb8e
commit 5996df0f71
6 changed files with 8 additions and 22 deletions

View File

@@ -1 +1 @@
var _x = setHit(player)("head");
var _x = setHit(getVar(player, foo)(bar))("head", "tail");