This document proposes extending the Promela modeling language and SPIN verification tool to support probabilistic model checking. It discusses adding probability annotations to the non-deterministic "if" clause in Promela's grammar. This would allow specifying the probability of a transition between states in a probabilistic model, either as a constant or variable. The document also describes how SPIN's simulation engine could be modified to select the next state based on the specified transition probabilities rather than randomly, enabling probabilistic model checking of Promela models. The goal is to enhance Promela and SPIN for probabilistic verification without creating a new language or tool.