Quote:
Originally Posted by jake13jake
hmm... so would I have to acquaint myself with the GUI bs to do this?
|
Basically, a new GuiPMEditCtrl would need to be created. Then you'd do CtrlName.sendpm("account") methinks.
Edit:
Okay so this interested me as well. You must create a new GuiPMEditCtrl() with the profile of GuiMLTextEditProfile or something like that. Then the contents of the Ctrl will be sent by using the CtrlName.sendpm(findplayer("account")) function. The F2 window will then show the "PM Sent" text.