Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JFSF

Pages: 1 [2] 3 4 5
16
Scripting Chat / Re: Getting time and using it in a menu
« on: September 16, 2017, 07:43:45 AM »
I will start looking there. I searched and came up with over 800 pages lol I stopped after about 40 when I didnt find anything useful. This narrows it down. Thanks

17
Scripting Chat / Getting time and using it in a menu
« on: September 16, 2017, 07:37:16 AM »
sub time
set %AMPM AM
set %d1 %1 / 1 % 10
set %d2 %1 / 10 % 10
set %d3 %1 / 100 % 10
set %d4 %1 / 1000 % 10
set %d5 %1 / 10000 % 10
set %d6 %1 / 100000 % 10
set %tempampm %d6 , %d5
if %tempampm > 12 && %2 = 12
  {
  set %AMPM PM
  set %tempampm %tempampm - 12
  }
if %2 = 12
  return %tempampm , : , %d4 , %d3 , : , %d2 , %d1 , #SPC , %AMPM
return %tempampm , : , %d4 , %d3 , : , %d2 , %d1

gosub time #time 12 <------ this is how the sub is called. I get #time will return the computer local time, but im missing what the (12) is for

This is a sub from an old idoc timing script. Im writing my own and was using this to learn a few things from. I got it about all done other that the time part. I dont understand any of this sub. I searched the forums on time as in actual time and found very little information so was hoping that someone could maybe explain this by each line. Thanks

18
Script Debug / Re: Menu Designer
« on: September 15, 2017, 06:51:03 PM »
Same thing happens. I used repair. It runs through the install like normal but when its done I see nothing has changed or is different.

19
Script Debug / Re: Menu Designer
« on: September 15, 2017, 06:45:22 PM »
I have done that like 25 times lol. Im pretty sure now that this is my problem. It wont install for me.

20
Script Debug / Re: Menu Designer
« on: September 15, 2017, 06:39:56 PM »

21
Script Debug / Re: Menu Designer
« on: September 15, 2017, 06:35:43 PM »
I have EUO up and running. When I double click the Menu designer it goes into the installation wizard.

22
Script Debug / Re: Menu Designer
« on: September 15, 2017, 06:31:28 PM »
Yeah I can open EUO 1.4 by itself fine

23
Script Debug / Re: Menu Designer
« on: September 15, 2017, 06:29:04 PM »
Just tried that and the same result. Im running windows 8.1. Is your menu designer a txt file? Mine is showing as a windows installer. and running the instalation wizard does nothing


24
Script Debug / Re: Menu Designer
« on: September 15, 2017, 06:24:05 PM »

25
Script Debug / Re: Menu Designer
« on: September 15, 2017, 06:15:09 PM »
Crisis do you have TV by chance?

26
Script Debug / Re: Menu Designer
« on: September 15, 2017, 06:03:34 PM »
To start I have both the EasyUO 1.4 verison and the Menu Designer in the same foder on my desktop. I run EUO as Admin and get the pop up that the folling paths are invalid: scr, lib, tmp,exe, dat Please go to Tools-Options-Path and correct them or scripts might break. I hit ok. I try to open menu designer through easy uo and only get a few symbols in the script area. I hit play and nothing happens. Ive also tried to open the menu designer by itself and its asking me to install it. The setup menu has modify/repair/remove as options. Ive tried to install in a few times and can never get past this stage. Im thinking that its not installing maybe the problem but Im at a lost with things to try now. Hopefully one of you guys can see what im doing wrong

27
Script Debug / Re: Menu Designer
« on: September 15, 2017, 07:17:47 AM »
Thats the problem. Nothing happens when I try to open the menu designer beside asking me to install again.

28
Script Debug / Re: Menu Designer
« on: September 14, 2017, 09:03:01 PM »
Ive read over both of those posts. But none of those explain how to get the damn thing to run in easyUO. Ive got the 1.4 version it calls for and the designer itself but nothing more. It kinda looks like it wont install correctly, because every time I click on it it wants to install. Their is no Run option or anything like that

29
Script Debug / Menu Designer
« on: September 14, 2017, 08:13:52 PM »
This is not really a debug question but I figured this was probably the best channel to ask in. Im trying to learn about menu designer and creating my own menus. Problem I have is i'm not able to get anything to run. After some reading I downloaded the old EasyUo and also the Menu Designer. Both are in the same folder. I run easyuo first as admin then try to open the menu designer and all i get in like 4 or 5 symbols in the script area. hitting play does nothing. Any ideas where I went wrong or links to maybe something I missed explaining how to get this set up? Im excited to venture into the menu designer stuff if only I could get it to work. Thanks.

30
New member introductions / Re: Here comes newbie!!
« on: September 14, 2017, 07:37:52 PM »
Welcome to the community :)

Pages: 1 [2] 3 4 5