This is line from my script:
if world.getvariable("enc") == "no": world.send("c 'energy containment'")
And i got error:
Error number: -2147352567
Event: Execution of line 11 column 1
Description: invalid syntax
Line in error:
if world.getvariable("enc") == "no": world.send("c 'energy containment'")
Called by: Immediate execution
It's stranger, because line
if world.getvariable("dp") == "no": world.send("c 'displacement'")
works correctly.
Any idea?
Thx
if world.getvariable("enc") == "no": world.send("c 'energy containment'")
And i got error:
Error number: -2147352567
Event: Execution of line 11 column 1
Description: invalid syntax
Line in error:
if world.getvariable("enc") == "no": world.send("c 'energy containment'")
Called by: Immediate execution
It's stranger, because line
if world.getvariable("dp") == "no": world.send("c 'displacement'")
works correctly.
Any idea?
Thx