ID:2299167
 
BYOND Version:511
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Chrome 62.0.3202.29
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
If you put a set command after a if, while, or a for it does not generate the warning.


Numbered Steps to Reproduce Problem:

Code Snippet (if applicable) to Reproduce Problem:
/mob/verb/testmabober()
var/blah
blah = blabblabblab()
if(blah)
set name = "blahblah"


Expected Results:
warning: =: assignment of procedural properties takes place at compile-time; move this to the top of the procedure to avoid this warning

Actual Results: