I’ve been searching the forums and strangely found nothing except for one script that wasn’t very useful. I’m looking for a script that’s a key weapon that allows you to open a certain door. It would be very useful and would plan a large role in the future development of many quests on my server…
An alphanumberic string that you access as a form of saved data for an event.
What is a flag, Alex.
Oh my god even I knew that before even opening up the thread.
Joey should force a Graal IQ test before being able to make a server.
I sense a major trolling brewing…
Could someone please give me this script? I’ll be good
[QUOTE=benjiro;54934]I’ve been searching the forums and strangely found nothing except for one script that wasn’t very useful. I’m looking for a script that’s a key weapon that allows you to open a certain door. It would be very useful and would plan a large role in the future development of many quests on my server…[/QUOTE]
Make five keys as “weapons” and after one use make them vanish?(I am sure you know how to do this but if not I am sure someone can explain it to you…cough cough triggeraction.) or alternatively if it would be easier just make it get removed if they enter the room that required the key. XD. That way you can use the keys in as many dungeons as you want. As for what you do if the person decides to be a noob(or a person that feels like playing an event or taking a break from a dungeon to chat with friends online XD.) and leave the dungeon prematurely, that’s up to you.
Anyways,
Then you can just use the door.png as an image to block them from getting to the warper. XD
That should be good enough, xD.
It doesn’t need to be this overly elaborate script. XD
:suicide:How about if(playertouchsme) {set gotkey1}
And then the door if (playertouchsme && gotkey1) {hide}
:noob:
Here is a script, I’m going to assume you want them to be weapons.
[code]//For the door
timereverywhere;
if (playertouchsme && hasweapon(Keys/Golden Key)){
hidelocal;
}
//For the weapon
timereverywhere;
if (playerenters && hasweapon(Keys/Golden Key)){
hidelocal;
dontblock;
}
if (playertouchsme) {
toweapons Keys/Golden Key;
hidelocal;
}[/code]
[QUOTE=Beastk;54945]
:suicide:How about if(playertouchsme) {set gotkey1}
And then the door if (playertouchsme && gotkey1) {hide}
:noob:
[/QUOTE]
Whatever he wants to do, really. Lots of easy ways to do it and even some quite convoluted ones. The big thing here is hopefully he’s learning. XD. A lot of the coding when I first started a long while back I always thought was extremly complicated but it’s not XD.
I think people also keep forgetting to take the age factor into play.
[QUOTE=ViciousGamer04;54947]The big thing here is hopefully he’s learning.[/QUOTE]
You can’t learn when you refuse to take initiative.
1: He doesn’t use the search function.
2: He doesn’t attempt to do it by himself.
3: He begs for the script to be done for him.
Politically speaking, he serves as a great example of what happens when your parents and teachers are forced to be your friends instead of your superiors. Generation Me.
We’re handing out more than ever and it only seems to kill every last bit of motivation. Free hosting from the get-go is probably hurting things–sorry but a server list of 100 junk noob staff toy servers isn’t progress.
The problem is they’re up and running before they even develop anything, so they mostly play with the online and social capabilities instead of making the game they should have had to start with in the first place. Their priorities are so fucked up we’ve got one of them asking how to change the fucking font and make money stick around infinitely before he even has anything started.
I think GO had the right idea with a small level pack to get things started. They’d at least start with some basic level structure and enough scripts to work from if they’re going to learn at all.
[QUOTE=kalzor;54949]
You can’t learn when you refuse to take initiative.
1: He doesn’t use the search function.
2: He doesn’t attempt to do it by himself.
3: He begs for the script to be done for him.
Politically speaking, he serves as a great example of what happens when your parents and teachers are forced to be your friends instead of your superiors. Generation Me.
[/QUOTE]
- I use the search function
- I tried to make a script but I failed…
- Well, yeah, that’s true
graal still use that to inventory thing? it wont go to your weapons folder but show up on the left side of the screen. i used that when dealing with keys. gave the quest a little more sense of purpose or whatever.
[QUOTE=hosler;54961]graal still use that to inventory thing?[/QUOTE]
Yeah, I believe it’s always been around in GS1. The feature is gone in GS2, not sure why though.
You guys suck.