How Do I create a quest for my game like in the village map
givin by a NCP
Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
Quests HELP!!
- kddekadenz
- Member
- Posts: 423
- Joined: July 17th, 2011, 11:02 am
- Name: kdd
- Contact:
Re: Quests HELP!!
Kelgar is an advanced RPG beeing developed in Sandbox
-
- Support Team
- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Quests HELP!!
Hi,
All support questions need to be placed in the Support Section, otherwise, they can be locked.
Thanks,
Arcones
PAS Support Team
All support questions need to be placed in the Support Section, otherwise, they can be locked.
Thanks,
Arcones
PAS Support Team

Want a user bar like this one? PM Leo!
Re: Quests HELP!!
I Dont Want To Make a quest about barrels
if u have made a good quest can u post the script for me

if u have made a good quest can u post the script for me


-
- Support Team
- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Quests HELP!!
Our goal sort of follows this maxim: "Give a man a fish, you feed him for a day. Teach a man to fish, and you feed him for a lifetime."
Basically, we want to help YOU learn how to script on your own, so that in the future, you can problem solve and create your own code. That barrel quest is applicable to anything. You can change the values of the barrel, and add other items as well. It has a dialogue portion which is very easy and simple to learn. If you really want an in-depth learning tool, here's my explanation of a tutorial: Dialogue and Quest
Basically, we want to help YOU learn how to script on your own, so that in the future, you can problem solve and create your own code. That barrel quest is applicable to anything. You can change the values of the barrel, and add other items as well. It has a dialogue portion which is very easy and simple to learn. If you really want an in-depth learning tool, here's my explanation of a tutorial: Dialogue and Quest

Want a user bar like this one? PM Leo!
Re: Quests HELP!!
ya i know how to make a script myself for example i made this
level_trigger_14 = [showgui dead]
newgui dead [
guitext "Hi, my naaame is ....."
guibar
guibutton "ummmmm" [showgui dead2]
guibutton "Goodbye." [cleargui]
] "Broken Robot"
newgui dead2 [
guitext "I...I like choc..chocolate hehe"
guibar
guibutton "Ooooook" [showgui dead3]
guibutton "I Think Im Going To Leave..." [cleargui]
] "Broken Robot"
newgui dead3 [
guitext "Have Yyyyou Been To The....Give Me All Your Mooone...Store Yet?"
guibar
guibutton "No Not Yet" [showgui dead4]
guibutton "Ya" [showgui dead5]
guibutton "ya Its Supercalifragilisticexpialidocious" [showgui dead6]
guibutton "Why Do I Have To Answer Your Silly Questions?" [cleargui]
] "Broken Robot"
newgui dead4 [
guitext "You Should Go It Is...Stop Where You Are And Put Your Hands Up...Fun!!"
guibar
guibutton "Im going Now" [cleargui]
guibutton "Good Advice...BYE!" [echo "Sure!" cleargui]
] "Broken Robot"
newgui dead5 [
guitext "Oh Good...(Error 309DF57D)...Automatic Shutdown Activated"
guibar
guibutton "Ummm Bye" [cleargui]
] "Broken Robot"
newgui dead6 [
guitext "Unknown Word...Acitivating Self-Destruct Mode...5-4-3-2"
guibar
guibutton "GOODBYE!!" [cleargui]
] "Broken Robot"
this is my script for a broken robot
im gonna try making a quest
level_trigger_14 = [showgui dead]
newgui dead [
guitext "Hi, my naaame is ....."
guibar
guibutton "ummmmm" [showgui dead2]
guibutton "Goodbye." [cleargui]
] "Broken Robot"
newgui dead2 [
guitext "I...I like choc..chocolate hehe"
guibar
guibutton "Ooooook" [showgui dead3]
guibutton "I Think Im Going To Leave..." [cleargui]
] "Broken Robot"
newgui dead3 [
guitext "Have Yyyyou Been To The....Give Me All Your Mooone...Store Yet?"
guibar
guibutton "No Not Yet" [showgui dead4]
guibutton "Ya" [showgui dead5]
guibutton "ya Its Supercalifragilisticexpialidocious" [showgui dead6]
guibutton "Why Do I Have To Answer Your Silly Questions?" [cleargui]
] "Broken Robot"
newgui dead4 [
guitext "You Should Go It Is...Stop Where You Are And Put Your Hands Up...Fun!!"
guibar
guibutton "Im going Now" [cleargui]
guibutton "Good Advice...BYE!" [echo "Sure!" cleargui]
] "Broken Robot"
newgui dead5 [
guitext "Oh Good...(Error 309DF57D)...Automatic Shutdown Activated"
guibar
guibutton "Ummm Bye" [cleargui]
] "Broken Robot"
newgui dead6 [
guitext "Unknown Word...Acitivating Self-Destruct Mode...5-4-3-2"
guibar
guibutton "GOODBYE!!" [cleargui]
] "Broken Robot"
this is my script for a broken robot
im gonna try making a quest
-
- Support Team
- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Quests HELP!!
Very good, I'd recommend using this to bracket your code so it doesn't take up so much space:
Code: Select all

Want a user bar like this one? PM Leo!
-
- Support Team
- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: Quests HELP!!
Another thing (surprised arc didn't mention this)... don't use "HELP!" in a support title. I think that's against the rules. saying quests might alleviate it a bit, but just don't say "HELP!"
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!