Quote:
Originally Posted by Thrace
Where did you find a giveitem script that left the textbox open? I can't seem to find it. Thanks for all the effort you put in.
|
I don't mean it in the sense that you can walk around with the box still open (although I did encounter that problem in Beta 2). What I mean is that it played the jingle and everything but when it was over, the box doesn't close automatically. You have to manually press either A or B to close the box and continue the script. It's not a huge problem but I think the script I use looks a tad more professional. Were you, by any chance, using this script, or something similar, when giving items:
Code:
...
msgbox @POINTER ' give item text
callstd 0x4
fanfare 0x13E
waitfanfare
closeonkeypress ' or #raw 0x68
msgbox @NEXTTEXT
callstd 0x6
...
That script should be the source of the problem. Do whatever you prefer but I'm just saying it's a little weird to have to press A to close a giveitem box.