Thread Tools Display Modes
04/03/14, 09:17 AM   #1
Mitazaki
 
Mitazaki's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 23
User settings

I've got the basics on how to load and save user variables but I need a way for user to changes settings.

I know how todo the slash commands but I don't know how to send messages to the user via the chat window. Does anyone know the command for this ?

Or better yet an easy tutorial on how to make a settings page would be great.
  Reply With Quote
04/03/14, 09:31 AM   #2
Tajin
 
Tajin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 29
This might interest you:
http://www.esoui.com/downloads/info7-LibAddonMenu.html


As far as sending messages to the chatwindow goes, the easiest way to do so is with the debug command.:

d("helloworld")
  Reply With Quote
04/03/14, 10:17 AM   #3
Mitazaki
 
Mitazaki's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 23
Originally Posted by Tajin View Post
This might interest you:
http://www.esoui.com/downloads/info7-LibAddonMenu.html


As far as sending messages to the chatwindow goes, the easiest way to do so is with the debug command.:

d("helloworld")
Yeh kept using that and nothing was coming out, turns out it was the console addon. Thanks for the help.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » User settings


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off