BYOND Version: 429.999
Operating System: Linux with Wine 1.1.4
Web Browser: FireFox
Game/Hub(s): All hubs
Video Card (for graphics bugs):
Descriptive Problem Summary:
When running a game, You can have a input and after that input shows, You made a choice you aren't able to rerun the alert as shown in the Code Snippet
Numbered Steps to Reproduce Problem:
Compile this code in Dream maker
Run it
Press Alert make a choice from what input you want.
After that you get 1 alert pop up
Try to run the same Alert verb
Then It doesn't show up
Code Snippet (if applicable) to Reproduce Problem:
mob
verb
Alert()
alert(usr,"This one shows")
switch(input("Testing") in list("This","Is","A","Test"))
if("This")
alert("This Works")
if("Is")
alert("Is Works")
if("A")
alert("A Works")
if("Test")
alert("Test Works")
Expected Results:
Being able to use that verb for always
Actual Results:
It gets blocked after 1 time being used
Does the problem occur:
Every time? Or how often? Everytime
In other games? Yes
On other computers? I don't have other comps running Linux, on windows this works flawless
In other user accounts? Yup
When does the problem NOT occur?
When running on Windows XP
Workarounds:
Run it on Windows XP
Did Stephen have anything to say about this one?