skinnypete85
Potential Patron
- Joined
- Jan 1, 2018
[EDITED BY A MODERATOR]
Hello, was wondering if anyone would be able to and willing to make a revision of
V vashikur 's Ring gag - Four Strap Version, and/or Ring gag - Five Strap Version, Tube gag - Strap-under-ear Version, Tube gag - Strap-over-ear Version
enlarging the ring in the gag, making it wider? having her mouth forced more open?
I can't seem to find the large gag mod anywhere for reference tho
[sby's code]
Hello, was wondering if anyone would be able to and willing to make a revision of
V vashikur 's Ring gag - Four Strap Version, and/or Ring gag - Five Strap Version, Tube gag - Strap-under-ear Version, Tube gag - Strap-over-ear Version
enlarging the ring in the gag, making it wider? having her mouth forced more open?
I can't seem to find the large gag mod anywhere for reference tho
[sby's code]
here is the code from the large gag
so it is really just settingCode:public function initl(param1:*) : * { this.g = param1.g; param1.addEnterFramePersist(this.checkf); } public function checkf(param1:*) : * { if(this.gag.visible && this.gag.parent) { this.g.her.gaggedRotation = 10; } else { this.g.her.gaggedRotation = 6; } }
g.her.gaggedRotation = 10;
and making the gag the correct size to look right with that jaw angle
Last edited by a moderator: