how do i extract these babies? I looked around for a rar extractor but winrar, winace, and winzip have to be purchased, and I dont wanna pay for extracting a couple of files, so what do i do to extract these?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
// dialog script file
@S // dialog startup entry point
run-script 77
return
@1 // option 1
VENDOR: "Hmm lemme see that, ok sure you can have a hotdog but you have to give me the poster"
stop
@2 // option 2
VENDOR: "Have a nice day."
stop
function dialog_request(int parameter){//for dialog scripts to add options and other things
if (parameter == 77){//if requested script is 77
if (character[EGO].inv[3]){//if main character has 1 or more of inv item number 3 (hot dog poster in this case)
SetDialogOption(1,1,1);
}
}
}
function dialog_request(int paramater){
if (parameter== 77) {
if (character[EGO].inv[2]){
SetDialogOption(1, 1, 1);Ã, Ã,Â
}
}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.089 seconds with 14 queries.