Ah, thanks for the reply. That got the button working, but once it is activated, it crashes when it tries to load the procedure.
procedure test
text "Hello World!"
end
cursor 1
image TestButton /Sprites/Ammo/buttontest.png
button TestButton 500 300 test
Any ideas?