|
Procyon Newbie
Joined: 21 Jan 2007 Posts: 6
|
Posted: Sun Jan 21, 2007 5:45 pm
[1.24] Database variable and #ADD |
#ADD doesn't play nice with database variables.
Exempli gratia,
#VAR dbvar.test 1 // @dbvar.test is now 1
#ADD dbvar.test 1 // @dbvar.test is still 1
#ADD dbvar.test 5 // @dbvar.test is now 5 |
|
|
|
Guinn Wizard
Joined: 03 Mar 2001 Posts: 1127 Location: London
|
Posted: Sun Jan 21, 2007 6:00 pm |
Confirmed
(bugs should go in the beta forum ideally btw) |
|
_________________ CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;) |
|
|
|
Procyon Newbie
Joined: 21 Jan 2007 Posts: 6
|
Posted: Sun Jan 21, 2007 6:07 pm |
Pardon, if anything further comes up I'll be sure to post it there instead.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Jan 22, 2007 6:48 pm |
Added to bug list.
|
|
|
|
|
|