• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Goldenrod City

Status
Not open for further replies.

Katie

Starting Trainer
I know I am extremely upset, I was promised it would be done and I know it takes alot to make but then again don't promise something that won't be done. I appreciate knowing Route 34 is done and all but it doesn't take that long to get through and it is sad because it made me think I was going to be able to play GoldenRod City tonight but nope. Hey, it says you were a member since Jan. 3rd and thats my birthday lol just saying
 

Katie

Starting Trainer
It says in the launcher for future versions, they have a version listed as .24 but it is scheduled to be released on December 2nd of this year. So we have about 11months to wait if the launcher is correct. This is just very disappointing
 
It says in the launcher for future versions, they have a version listed as .24 but it is scheduled to be released on December 2nd of this year. So we have about 11months to wait if the launcher is correct. This is just very disappointing
Interesting... My launcher text still says version 16 is yet to come out, I don't know what is exactly up with that.

But that particular subject put asside, it wont be that long... Well unless the boss decides to release the entire game in one sitting, but I doubt that will be a thing. It's highly unlikely that that is the next release date, Sometimes things get delayed, yes it's disappointing, but it's nothing to be upset about, especially if it's free and completely for "your" benefit. Calm down and take the updates as they come.
 
W

Whitney

Guest
It says in the launcher for future versions, they have a version listed as .24 but it is scheduled to be released on December 2nd of this year. So we have about 11months to wait if the launcher is correct. This is just very disappointing
I have a strong feeling that isn't correct. There's just no way they'd make us wait till' December for Goldenrod.
 

PrincessKooh

Trainer
Donator
It says in the launcher for future versions, they have a version listed as .24 but it is scheduled to be released on December 2nd of this year. So we have about 11months to wait if the launcher is correct. This is just very disappointing
Interesting... My launcher text still says version 16 is yet to come out, I don't know what is exactly up with that.

But that particular subject put asside, it wont be that long... Well unless the boss decides to release the entire game in one sitting, but I doubt that will be a thing. It's highly unlikely that that is the next release date, Sometimes things get delayed, yes it's disappointing, but it's nothing to be upset about, especially if it's free and completely for "your" benefit. Calm down and take the updates as they come.

Exactly ..... And in the meantime I'm sure she could find Any number of games to fill the void in the meantime if shes a "New Gamer" :p *coughs* PangYa *coughs* Other Pokemon games *coughs more*
 

PrincessKooh

Trainer
Donator
It says in the launcher for future versions, they have a version listed as .24 but it is scheduled to be released on December 2nd of this year. So we have about 11months to wait if the launcher is correct. This is just very disappointing
I have a strong feeling that isn't correct. There's just no way they'd make us wait till' December for Goldenrod.
God if they did we be leveled up enough by then to even make short work of even you lol
 

DracoHouston

Kolben Developer
Contributor
Just looking thru the post I a

@Action:RenamePokemon(0) // I assume this renames pokemon in position 1

So you can use:

Code:
@Text:Who would you like to rename?
[USER=5463]options[/USER]:1,2,3,4,5,6
:when:1
@Action:RenamePokemon(0)
:when:2
@Action:RenamePokemon(1)
:when:3
@Action:RenamePokemon(2)
:when:4
@Action:RenamePokemon(3)
:when:5
@Action:RenamePokemon(4)
:when:6
@Action:RenamePokemon(5)

Not sure if that would be a better way or not or if there is a script syntax for open pokemon widow then return a the number of the pokemon that was chosen. (would be a handy bit of scripting if not already added -hint to nilllzz)

EDIT: is there a command to get pokemon names? something like <pokename(0)> that would return the name of the pokemon in the first slot ?
i am not aware of all the functions that are available, but thats a perfectly fine script, mate.

i want to add some sort of window making to scripting so you can MAKE YOUR OWN SCREENS for stuff like this. that will come after we switch to LUA
 

DracoHouston

Kolben Developer
Contributor
I know I am extremely upset, I was promised it would be done and I know it takes alot to make but then again don't promise something that won't be done. I appreciate knowing Route 34 is done and all but it doesn't take that long to get through and it is sad because it made me think I was going to be able to play GoldenRod City tonight but nope. Hey, it says you were a member since Jan. 3rd and thats my birthday lol just saying
sry, i literally walked around a half done goldenrod. if its not done yet then thats unfortunate. when i say something is in, take it with a grain of salt, i dont distribute the updates and things might change at the last second.
 

Zelif

Starting Trainer
i am not aware of all the functions that are available, but thats a perfectly fine script, mate.
Cheers only reason I asked was if you could get the names that way you could identify what pokemon you are choosing to rename.
So you would get names instead of just numbers.
That would be the ideal way.
//Had to put a space after the @ as if I write options after it, I am left with the forum messing up ;D
Code:
@Text:Who would you like to rename?
@ Options:<pokename(0)>,<pokename(1)>,<pokename(2)>,<pokename(3)>,<pokename(4)>,<pokename(5)>
:when:<pokename(0)>
@Action:RenamePokemon(0)
:when:<pokename(1)>
@Action:RenamePokemon(1)
:when:<pokename(2)>
@Action:RenamePokemon(2)
:when:<pokename(3)>
@Action:RenamePokemon(3)
:when:<pokename(4)>
@Action:RenamePokemon(4)
:when:<pokename(5)>
@Action:RenamePokemon(5)
i want to add some sort of window making to scripting so you can MAKE YOUR OWN SCREENS for stuff like this. that will come after we switch to LUA
Ahh k awesome can't wait ;D

DemonBoy
did you do the connecting guardhouse from golden rod > route 35 ?
 

Raayo

Gym Leader
ow owkay too bad....
i want to help and make some stuff too...
but i dont have much time so i kinda need a copy and like drag tool or something :p
is that in the editor already? :p
 
Status
Not open for further replies.
Top