Files
wsmud/world/obj/sp/yz/xin.js
2026-05-26 16:41:20 +08:00

16 lines
734 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
this.inherits(OBJ);
this.set({
name: "崔员外的信",
desc: "这是一封崔员外写给扬州城外流氓头的信,还没送出去。上面火漆封口也不知道是什么内容。",
unit: "封",
value: 0,
combined:false
});
this.add_action("chai", "拆开", function (me) {
var str = '史兄弟在上:/n近日愚兄偶得一本武林秘籍《奋进》,听闻兄弟醉心武学故奉上供兄弟研究另献上本月供奉100两黄金。望史兄弟武运昌隆庇佑愚兄。';
me.notify(str);
me.notify("这封信应该是崔员外府上的管家代写的,秀才硬要充草莽,又酸又假装豪放,不知道这个信上说的史兄弟是哪个山头的贼人。");
});