ID:2961603
 
Resolved
Verbs with file|null types (where file could be icon, sound, etc.) resulted in infinite prompt loops when choosing no file (null), forcing either a file choice or a cancellation.
BYOND Version:516.1652
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 131.0.0.0
Applies to:Dream Seeker
Status: Resolved (516.1653)

This issue has been resolved.
Descriptive Problem Summary:

Selecting "None" in an as icon|null parameter of a verb throws you into an infinite loop of being prompted for an icon. Pressing "Cancel" suspends argument prompting.

Test case uploaded to discord

mob/verb
thisisbugged(icon as icon|null,text as text)
world << "chose: [icon] [text]"

Lummox JR resolved issue with message:
Verbs with file|null types (where file could be icon, sound, etc.) resulted in infinite prompt loops when choosing no file (null), forcing either a file choice or a cancellation.

Login to reply.