Search found 242 matches
- Wed Aug 10, 2016 9:05 am
- Forum: Ren'Py Questions and Announcements
- Topic: Question about "Group battle game" engine coded by Alex
- Replies: 8
- Views: 687
Re: Question about "Group battle game" engine coded by Alex
Thanks for the reply. The code is just what I want but when I put it inside I get error at this 4th line below... "TypeError: string indices must be integers, not str" if (possible_party_member_to_attack["current_hp"] > 0): Did you accidentally made typing error or problem is caused somewhere else i...
- Tue Aug 09, 2016 5:17 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Question about "Group battle game" engine coded by Alex
- Replies: 8
- Views: 687
Question about "Group battle game" engine coded by Alex
Hi everybody! This question is mainly directed to the creator of "Group battle game" Alex but help from anyone would be appreciated. :D First off i'm new to the RenPy I have been messing with it for about 1 month. I found this one battle engine witch seems very basic and simple to understand I have ...