Chance (Construct 3 Plugins)

  • 9
    This content is deleted
    Addon
    Chance

    Implementation of ChanceJS for C3Runtime, This Library provides utility function to help generate random data.

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • added it to version 1.1, also added example to project, the expression is GetWeighted(Value, Weights) where value is a comma separated string "a,b,c" which are the values to pick from, and Weights is also a comma separated string "10,5,1" which are the weights assigned to each value, the positions on both string determine where the weights are assigned.