/
Sapphire/bin/
Sapphire/db/
Sapphire/db/OLC_rooms/
Sapphire/db/abi/
Sapphire/db/em_src/
Sapphire/db/helps/
Sapphire/db/helps/emman/ifunc/
Sapphire/db/npcs/Tatt/
Sapphire/db/objects/Tatt/
Sapphire/db/q_data/
Sapphire/db/rooms/Tatt/
Sapphire/doc/
Sapphire/doc/em/
Sapphire/etc/
Sapphire/src/abic/
Sapphire/src/areacon/
Sapphire/src/client/
Sapphire/src/embc/
Sapphire/src/emi/
Sapphire/src/emi/test/
Sapphire/src/include/
Sapphire/src/sapphire/em/
Sapphire/src/tcon/
#11
names        "sword";
short_desc   "Tatt's sword";
desc         "Tatt's great sword lies here.";
long_desc    "A mighty weapon indeed!" [format];
item_type    Sword;
object_flags [special];
weight       1;
size         Medium;
cost         999999;
condition    100;
*script
*{
*    trigger get ( this )
*    {
*        if ( actor.name == "Tatt" )
*            tell actor "Yes master!";
*        else
*        {
*            tell actor "You are not my master!";
*            obj_from_char this actor;
*        }
*    }
*};
end;