Ren'Py Completed Iris Quest: The Goblins' Curse [Xaljio & Dahr]

2.70 star(s) 9 Votes

Silito13

Member
Aug 9, 2016
193
92
But, how I need to use it?
I opened the console (shift+ O), write "persistent.open_cards_id.append 12" to open card #12, for example, but nothing happened..
so you would need to do persistent.open_cards_id.append(12). it should return "None" and then the card should show. It's also possible the card is already unlocked. Try just doing persistent.open_cards_id and see what returns
 
  • Like
Reactions: igor-sti

igor-sti

New Member
Aug 13, 2017
6
1
so you would need to do persistent.open_cards_id.append(12). it should return "None" and then the card should show. It's also possible the card is already unlocked. Try just doing persistent.open_cards_id and see what returns
It's work! Thanks!
 
2.70 star(s) 9 Votes