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 - Raylin

Pages: 1 ... 75 76 [77] 78 79 ... 98
1141
Other Calculators / Re: What's your favorite Programming Method?
« on: April 13, 2010, 07:08:19 am »
When I started out, pure BASIC was where it was at.
Then, my skill evolved into the magical xLib.
Then, Celtic III.
Finally, Axe Parser.

1142
Axe / Re: Turn order based on value in AppVar?
« on: April 13, 2010, 07:06:54 am »
Code: (TEST) [Select]
:"vCake->Str1
:GetCalc(Str1,7)->A
:For(X,0,6
:rand->{A+X
:End
:Fill(0->{B},6
:For(X,0,6
:{A+X}->Z
:For(Y,0,6
:If {A+Y}>=Z
:{B+Y}+1->{B+Y}
:End
:End
:End
:For(C,0,6
:Disp {B+C}>Dec,i
:End

1143
The Axe Parser Project / Re: Bug Reports
« on: April 13, 2010, 06:58:06 am »
I have sympathy for you. :(

That sucks...

I also hope you find a solution.

1144
Axe / Re: Turn order based on value in AppVar?
« on: April 12, 2010, 09:07:50 pm »
My calc rewarded me with a kick in the face. (RAM clear)

1145
Axe / Turn order based on value in AppVar?
« on: April 12, 2010, 08:46:29 pm »
Basically, there are seven values (1-99) in an AppVar.

What I'm trying to figure out is how to make a turn order based on these values.
Highest value goes first in the turn order.

So...

Code: (vCake) [Select]
15
26
48
71
65
56
12

Code: (Turn Order) [Select]
6
5
4
1
2
3
7

1146
Gaming Discussion / Re: What games are you playing now?
« on: April 12, 2010, 01:21:12 pm »
The current games I am playing:

Phantasy Star Portable
Patchwork Heroes
Desktop Dungeons
Phoenix Wright series
Portal
Star Ocean
Assassin's Creed: Bloodlines
Dissidia: Final Fantasy
Metal Gear Solid: Peace Walker

1147
The Axe Parser Project / Re: Features Wishlist
« on: April 12, 2010, 01:18:13 pm »
It needs to.
:D
:D

1148
Axe / Re: SortA() in Axe?
« on: April 11, 2010, 10:36:26 pm »
Thank you, sir.

1149
Axe / Re: Shifting Order
« on: April 11, 2010, 10:34:48 pm »
Player, if you're still around, could you change the code to address the fact that I used an AppVar?

1150
Axe / Re: SortA() in Axe?
« on: April 11, 2010, 10:20:32 pm »
Oi.

Numbers.
Integers.
Sorted in the AppVar in ascending order, mang.

:P

1151
Axe / Re: SortA() in Axe?
« on: April 11, 2010, 09:51:18 pm »
Player, you are a life-saver.

P.S. If you use some inference, you can guess what this is all for.

1152
Axe / Re: SortA() in Axe?
« on: April 11, 2010, 09:48:28 pm »
No.

I meant sorting data or the data in an AppVar in ascending order.

1153
Miscellaneous / Re: Phantom Sanctuary
« on: April 11, 2010, 09:46:03 pm »
First post.

All chapters will be released in the first post from now on.

1154
Axe / SortA() in Axe?
« on: April 11, 2010, 09:45:12 pm »
How do you SortA() in Axe?

1155
Axe / Re: Shifting Order
« on: April 11, 2010, 09:05:16 pm »
Thank you, good sir.

Pages: 1 ... 75 76 [77] 78 79 ... 98