Merge pull request #344 from Tastyfish/master

photos & pages in books, book binder much better, books show author ckey
This commit is contained in:
Albert Iordache
2012-02-02 07:12:55 -08:00
4 changed files with 393 additions and 50 deletions
+1
View File
@@ -2240,6 +2240,7 @@
return
var/i
vote.choices = list()
for(i=1; i<=N; i++)
var/addvote = input(usr, "What is option #[i]?", "Enter Option #[i]") as text
vote.choices += addvote