user warning: Table './zuggsoftdb/accesslog' is marked as crashed and should be repaired query: INSERT INTO accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('', 'node/297', '', '38.107.179.241', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 6709, 1337596275) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

btnimage

Syntax: %btnimage(button[,filename])

Change the image assigned to a button to the given filename. The button parameter can be number or id. If the filename is not present, the current bitmap filename is returned.

Examples:

Create a button:

#BUTTON 1 {Protect} {cast 'circle of protection'}

Now, assign a bitmap image to the button:

#CALL %btnimage(1,"protect.bmp")

To remove the bitmap from the button:

#CALL %btnimage(1,"")

Add comment

Login or register to post comments