|
adamwalker Apprentice
Joined: 12 Mar 2005 Posts: 195
|
Posted: Sat Apr 14, 2007 1:19 am
[1.27] Code inside buttons |
now in cmud that code below displays the actual text. not the result of the eval.
%eval((@timerstart - %secs)/1000) |
|
|
|
Arminas Wizard
Joined: 11 Jul 2002 Posts: 1265 Location: USA
|
Posted: Sat Apr 14, 2007 1:24 am |
Do you mean in the button Label? There was a bug in 1.26 that I only found today involving button labels.
|
|
_________________ Arminas, The Invisible horseman
Windows 7 Pro 32 bit
AMD 64 X2 2.51 Dual Core, 2 GB of Ram |
|
|
|
adamwalker Apprentice
Joined: 12 Mar 2005 Posts: 195
|
Posted: Sat Apr 14, 2007 1:25 am |
yeah. inside the "name box" i place the eval. it worked fine in 1.26
|
|
|
|
hogarius Adept
Joined: 29 Jan 2003 Posts: 221 Location: islands.genesismuds.org
|
Posted: Sat Apr 14, 2007 1:27 am |
Adam, does just (@timerstart - %secs)/1000 work?
I use a roundtime gauge for Simutronics' Modus Operandi, and I don't use %eval in mine. |
|
|
|
adamwalker Apprentice
Joined: 12 Mar 2005 Posts: 195
|
Posted: Sat Apr 14, 2007 1:30 am |
(@timerstart - %secs)/1000
that displays the contents of @Timerstart. doesnt do anything to it |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Sat Apr 14, 2007 1:56 am |
confirmed and added to high-priority bug list
Edited: Fixed in the quick-fix 1.27 upload |
|
|
|
|
|