Collaborama About Help Contact Anonymous [login] Source: site.view [edit] Function name: gfDefsRef Arguments: coins,abnum Description: One level of indirection above gfDefs file, so can implement A/B testing, with different definitions for different user classes. Page type: webl Render function: Module: sandbox Page source: var cmd = "gfDefs"; if (ToInt(abnum) < 15) then cmd = "gfDefsNoImages" end; if (ToInt(abnum) > 85) then cmd = "gfDefsNoRewards" end; var P = WubCall(cmd, [coins]); P;