forked from kyonshi/grenzland-mud
11 lines
114 B
Plaintext
11 lines
114 B
Plaintext
#1556
|
|
Room Drop Example~
|
|
2 h 100
|
|
~
|
|
if %object.type% == TRASH
|
|
%echo% No Littering!
|
|
return 0
|
|
end
|
|
~
|
|
$~
|