Just notice typo of this line. on/off should be on|off
Code:
on $*:text:/^!point (on/off)/:#:{

should be
Code:
on $*:text:/^!point (on|off)/:#:{