bioshards Posted March 12, 2015 Share Posted March 12, 2015 im trying to make a script that does a dice roll on a half second timer and i cant get it to work for some reason Link to comment Share on other sites More sharing options...
Fallout2AM Posted March 13, 2015 Share Posted March 13, 2015 (edited) Something like this float fTimer int iResult ... if fTimer < 0.5 Let fTimer += GetSecondsPassed else Let fTimer := 0 Let iResult := Rand 1, <some max value> endif Edited March 13, 2015 by Fallout2AM Link to comment Share on other sites More sharing options...
Recommended Posts