GaryForbis Lv 1
I have copied this code from other places where it is working but it isn't working in my scripts:
– gary testing
print("score before=",get_score(true))
do_global_wiggle_backbone(1)
do_global_wiggle_all(1)
print("score after=",get_score(true))
print("testing a null function")
do_nothing()
See the image below for verification. What am I doing wrong?