Help and Request Thread

Status
Not open for further replies.
no... there's a thread called "member recruitment thread", just post there...
 
u wouldn't be interested in beeing part of the team, would u?( say yes, lolz)
 
Dose anyone know how to make the
Show Choice Options appear in a
seperate window.

so if someone asks a question
it is displayed just above the message
ie
__________________
|What are you doing?|
---------------------

````````````````` ______________
````````````````` |Nothing |
_________________|Whats it to ya |
|What are you doing?|----------------
---------------------


(ignor the little ` i couldnt just have heaps of spaces)
 
I'm already working on two games (and both in Sphere) and helping other people, sorry but I can't join any more teams otherwise my head explodes XD
 
can anyone tell me how to make the graphics in my game look like th ones on gba's pokemon, becouse on rpgxp they look too big!
 
Budgie_boy said:
I can't get the message to display the hero's name!
Can anyone help?!!!!!!!!!!!!!!!

Instead of that put \n[heroID]
e.g.
Code:
\n[1]
Then it should display the name of hero no. 1 in the database!:P
 
Last edited:
Ah, well simple!
Just say you wanted to name a rival, then make the rival a hero.
Then when you have to enter the name of him, do the command "Enter Hero Name" on page 3. Then, to display, do the same as before!
\n[rivalID]
There is ways with scripts but this is quicker and simpler!
 
Budgie_boy said:
Ok but what if I had a Variable named after an NPC, how would I be able to display the name of the NPC in that style of message?!
you can use the \v, that's for variables
Code:
\v[variable_id]
 
Hey i am new here.
I want to start a pokemon game
But i dont get the battle system.
could someon say what i must do.
BTW i didnt have searched at the forum maybe there is a tutorial for this.
 
Datriot said:
Yes, but that only shows game variables, and I think they can only store numbers if I'm correct.

No, variable are many things!
A variable can store:
Text
Numbers
Other variable data
Boolean (On/Off)

(Trust me, I know my scripting background, I just don't know how to code!!)
 
I wondered if anyone could point me in the right direction to getting a Menu that looks like the Pokemon one, as I have tried many but they have all failed. I know the one in Blizzy's starter pack is very good. But I was hoping for one that was completed and worked.

Apart from that, Blizzy's starter pack rules!

But any help is appreciated ;)

Sayln
 
Budgie_boy said:
No, variable are many things!
A variable can store:
Text
Numbers
Other variable data
Boolean (On/Off)

(Trust me, I know my scripting background, I just don't know how to code!!)

yes, I know that(you can really script without knowing that lol), but can GAME variables store that, they are the ones that you create via event commands. (and they seem to only use intergers.)

@nusegi: just use blizzy's starter kit

@bruno: no, I don't think there is, you'll justhave to make them yourself, it won't be that hard.
 
Last edited:
Status
Not open for further replies.
Back
Top