CODE |
e.Mobile.AddToBackpack( new Gold( amount ) ); this.Say( 1010005 ); // Thou hast withdrawn gold from thy account. |
CODE |
this.Say("My custom sentence here"); |
CODE |
this.Say( 1042759, box.TotalGold.ToString() ); // Thy current bank balance is ~1_AMOUNT~ gold. this.Say( 1042673, AffixType.Append, amount.ToString(), "" ); // Into your bank box I have placed a check in the amount of: |
CODE |
this.Say(String.Format("There is {0} gold in your bank", box.TotalGold)); |
CODE |
this.Say( 1042673, AffixType.Append, amount.ToString(), "" ); // Into your bank box I have placed a check in the amount of: |
CODE |
this.Say(String.Format("into your box i place {0}", amount)); |
CODE |
this.Say(33, String.Format("into your box i place {0}", amount)); |
CODE |
creature.PrivateOverheadMessage( MessageType.Regular, 0x3B2, 502804, from.NetState ); // That animal looks tame already. |
CODE |
creature.SendMessage( "this tamed before." ); |