increase and decrease global attribute
caberg
27 Mar 2015, 02:24i read in here http://docs.textadventures.co.uk/squiff ... butes.html
i can increase and decrease attribute value by 1 using this
@inc score
@dec health
but how if i want increase it or decrease it by 5 or 10 or whatever, because in some section i decrease score by 10 but in other section i increase it by 5
and i mean it'll be global, just like this
@dec score 10
or
@inc score 5
so i dont write any extra code in every section, thx before
i can increase and decrease attribute value by 1 using this
@inc score
@dec health
but how if i want increase it or decrease it by 5 or 10 or whatever, because in some section i decrease score by 10 but in other section i increase it by 5
and i mean it'll be global, just like this
@dec score 10
or
@inc score 5
so i dont write any extra code in every section, thx before
Alex
27 Mar 2015, 18:56Thanks, I've added this as a suggestion here: https://github.com/textadventures/squiffy/issues/42