K3STROS Posted October 26, 2015 Posted October 26, 2015 Hmmm... Not too sure what i'm doing wrong, i want to chose either one of the functions but at randomFunc GoG() Local $HoT = Random(0,1,1) If $HoT = 1 Then Call(JohnDoe()) Else $HoT = 0 Then Call(JaneDoe()) EndIf EndFunc
UritOR Posted October 26, 2015 Posted October 26, 2015 Gog() Func GoG() Local $HoT = Random(0,1,1) If $HoT = 1 Then MsgBox(0,"",$HoT) ElseIf $HoT = 0 Then MsgBox(0,"",$HoT) EndIf EndFunc
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now