|
RE: HI Im new at AIML / Self languange |
To create a random in Self use the Math.random() function, var value = Math.random(5) + 4; See, docs |
|
|
|
|
|
RE: HI Im new at AIML / Self languange |
To create a random in Self use the Math.random() function, var value = Math.random(5) + 4; See, docs |
|
|
|
|