7 public override void OnCreate(
int lv)
9 if (base.GetParam(1,
null) !=
null)
11 this.owner.c_note = base.GetParam(1,
null);
16 public override void OnImportMap()
18 this.OnCreate(
EClass._zone.DangerLv);
22 public override void TrySetAct(
ActPlan p)
26 p.TrySetAct(
"actWrite", delegate()
28 Dialog.InputName(
"dialogWriteNote", this.owner.c_note, delegate(
bool cancel,
string text)
32 this.owner.c_note = text;
34 },
Dialog.InputType.Default);
36 }, this.owner,
null, 1,
false,
true,
false);