View Full Version : Jail Script?
liquiddrool
02-20-2007, 07:56 PM
Anyone have one for being incarcerated and answering the guards' questions?
The Ponzzz
02-20-2007, 08:07 PM
www.GSGuide.net/scripts.html
Though it hangs up, haven't really had the time to fix it.
Bobmuhthol
02-20-2007, 09:13 PM
I developed a way better way of handling it than the original method (what's hosted at gsguide.net -- Nakiro and I authored it) with Jamus' engine but I don't think I ever really got around to finishing it. I suggest that any developing be done outside of Wizard, though, because that first script was a giant pain in the ass and I didn't even code most of it.
Bobmuhthol
02-20-2007, 09:13 PM
#Stocks!
Start:
set city Wehnimer's Landing
put info
matchbool ok Race: $race$ Profession: $profession$ (
matchwait
put info
matchbool ok Gender: $gender$
matchwait
matchbool ok Today is $day$, day $num$ of the month $month$ in the year $year$. It is $hour$:$min$ by the elven time standard.
put time
matchwait
echo %city%, %race%, %profession%, %gender%, %year%, %day%, %month%, %hour%, %charactername%
Questions:
matchbool ok What is $rofl$, $lmao$, and $lol$?
matchwait
set currentquestion %rofl%
gosub answer
set currentquestion %lmao%
gosub answer
set currentquestion %lol%
gosub answer
goto Questions
answer:
if(getlastword(%currentquestion%) == profession)
put answer %profession%
waitfor Check!
return
endif
if(getlastword(%currentquestion%) == crimes)
put answer %city%
waitfor Check!
return
endif
if(getlastword(%currentquestion%) == year)
put answer %year%
waitfor Check!
return
endif
if(getlastword(%currentquestion%) == week)
put answer %day%
waitfor Check!
return
endif
if(getlastword(%currentquestion%) == time)
time:
put answer %hour%
matchbool yes nods
matchpause 2
if(%yes%)
return
else
if(%time% = 23)
set time 0
goto time
else
set time math(%time% + 1)
goto time
endif
endif
endif
if(getlastword(%currentquestion%) == gender)
put answer %gender%
waitfor Check!
return
endif
if(getlastword(%currentquestion%) == name)
put answer %CharacterName%
waitfor Check!
return
endif
if(getlastword(%currentquestion%) == month)
put answer %month%
waitfor Check!
return
endif
if(getlastword(%currentquestion%) == race)
put answer %race%
waitfor Check!
return
endif
I have no idea on its current status, but people are free to pick it up from there.
Edit: I remember testing it and having most of it work, if that means anything. I just don't have it 100% complete that I know of, but, for the most part, it definitely was functional the last time I used it.
The Ponzzz
02-20-2007, 09:30 PM
Yea, I take no claim to that script, I was given it to host by Drigore's player.
liquiddrool
02-25-2007, 06:41 PM
Can I get a link to the Jamus engine? Couldn't find it anywhere on Google...
Bobmuhthol
02-25-2007, 08:37 PM
I used to host it, hopefully someone still has it and can send it to you. For now, though, my hard drive failed and it will take a pretty big miracle to get any data back, so I'm pretty much fucked.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.