9 public override string IDActorEx
13 return this.owner.GetStr(52,
null);
19 public override bool MaskOnBuild
29 public override bool ShowContextOnPick
38 public override bool OnUse(
Chara c)
40 EClass.ui.AddLayer<
LayerList>().SetStringList(() => this.ids, delegate(
int a,
string n)
42 EClass.scene.RemoveActorEx(this.owner);
43 this.owner.SetStr(52, (a == 0) ?
null : n);
44 this.owner.isOn = (a != 0);
47 EClass.scene.AddActorEx(this.owner,
null);
50 },
true).SetSize(450f, -1f);
55 public List<string> ids =
new List<string>