key example

key example

Postby Suhis » 04.09.2011 14:02:00

Code: Select all

#include <mudlib.h>

inherit TREASURE;


void reset(status arg) {

  if(arg) return;

  set_name("Royal key");

  set_alt_name("key");

  set_id("ariona_king_key");  <----- this needs to be same with lock id

  set_short("A golden key");

  set_long(sprintf("%-=*s\n", 78,

"The key is so complicated that no locksmith could copy it. It is made of "

"an unearthly translucent white, fluffy material and it has a marking 'H' "

"on it."));

  set_value(5000);

  set_weight(0);

}

string query_creator() { return "Suhis"; }

Suhis
 
Posts: 180
Joined: 31.01.2004 13:31:16

Return to Manuals

Who is online

Users browsing this forum: No registered users and 1 guest

cron