Say(inter=1 as num,txt as text,msg as message)
if(inter == 1)
world << "[txt]"
else if(inter == 0)
world << "[txt]"
else
world << "Go F*** Yourself!"
ICON(NN='wall.dmi' as icon)
icon = NN
Problem description:
I don't get why icon works and SAY verb doesn't when I dont specify a value at runtime and just enter none.
the code is bigger but its all good (not tested the icon one
yet thou ^_^ )