Advertisement
tchnmncr

Sigil Magic Program

Dec 7th, 2016
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. banish(); // do the first banishing ritual
  2. drawSigil(); // draw the sigil
  3. while (energy < 1.0) { // while the amount of energy is less than 100%
  4. raiseEnergy(); // raise more energy
  5. }
  6. chargeSigil(); // next charge the sigil
  7. banish(); // then banish again
  8. exit(); // and finally, quit the program
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement