Files
asl/in/simple.asl
Marvin Blum 04d0f4b61b Fixed function call and buildin function call, all tests are green.
Still need to solve special cases and sqf: ... sqf blocks.
2015-10-23 20:09:26 +02:00

5 lines
98 B
Plaintext

// TODO:
//var _x = setHitIndex(vehicle()(player))(1, 1);
var _x = setHit(player)("head");
foo();