Hi,
I'm trying to compile fpsc-Game on my own. However, the compiler always throws a syntax error.
if entityprofile(entid).limbmax>1
rem FPSC - 210111 - force CPU animation for entities with specific limb identities
set object effect obj,entityelement(e).eleprof.usingeffect,1
else
set object effect obj,entityelement(e).eleprof.usingeffect,0
endif
With the help I figured out, that normally set object effect has only two parameters. However, in this code it has three (line 27105, r372). Any idea what is going wrong? I have installed and activated DarkAi, DarkLights, Advance Physics, Green Ear and Box2d Plugin.
yours
sberK