Search found 2 matches

by Ninjacop
Fri Jan 12, 2018 6:20 am
Forum: Common Lisp
Topic: Help with Objects/Functions with arguments
Replies: 2
Views: 18905

Re: Help with Objects/Functions with arguments

Thank you for the help!
by Ninjacop
Wed Dec 27, 2017 8:13 pm
Forum: Common Lisp
Topic: Help with Objects/Functions with arguments
Replies: 2
Views: 18905

Help with Objects/Functions with arguments

Hello! I am programming a Pokemon Stadium/Battler in CLisp, and I am having trouble making a damage function that takes values from a move and a pokemon, and doing math with it. In the example below, I am using the move "Blizzard" and the pokemon "Cloyster". ;;----------BLIZZARD-...