mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-24 03:00:13 +01:00
10 lines
114 B
Text
10 lines
114 B
Text
#1556
|
|
Room Drop Example~
|
|
2 h 100
|
|
~
|
|
if %object.type% == TRASH
|
|
%echo% No Littering!
|
|
return 0
|
|
end
|
|
~
|
|
$~
|