I have made my first plugin for Construct 2 and it is used to parse a comma delimited string full of numbers. You set the string like "100,200,300,400" and access each number by referencing its index. Like if you want 200, this index would be 1.
I'm using it so that i can place alot of the same sprite all over the layout in a easy way.
my string is like "x1,y1,x2,y2,x3,y3" and then i reference each variable to place the sprite.
parse plugin
parse example capx