While sending @@-commented softcode, it's my understanding the line should only be stripped if the @@ is in the first column.
This causes a slight problem when doing softcode for TinyMUSH, as @@ is also used as the null output delimiter, ie:
[iter(%q9,ifelse(##,##[extract(y d h m s,#@,1)]%b),,@@)]
MUSHclient currently takes the @@ and strips it and the rest of the line out.
This causes a slight problem when doing softcode for TinyMUSH, as @@ is also used as the null output delimiter, ie:
[iter(%q9,ifelse(##,##[extract(y d h m s,#@,1)]%b),,@@)]
MUSHclient currently takes the @@ and strips it and the rest of the line out.