i read in here
http://docs.textadventures.co.uk/squiff ... butes.htmli 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