# note: GetRandomInt(low, high) returns an int in [low, high] inclusive. RandomChoice : int = GetRandomInt(0, 1) if (RandomChoice = 0): MyRespawnGranter.GrantItem(GrantingPlayer) else: MyJuiceGranter.GrantItem(GrantingPlayer)