• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Tool: You're scripted evolved into a pokescript

Status
Not open for further replies.
Getting a problem with the program.

I've installed pokescript and the advance database and all that. Everytime I try to open the pocketscript application I always get this error:

"Run-time error '429':

ActiveX component can't create object"
 
I don't understand, I followed your first lavacookie tutorial perfectly, then compiled it (by using pokescript and 'encoding' it) pressed the book, the torch and the 'startscript' was 802000(and I burnt the thing) so the fat guy in pallet town, I entered in his script offset $802000 but when I talk to him the game crashes....

EDIT: I seem to have the same problem as Joyride
 
Last edited:
Code:
#org $Startscript
Lock
Faceplayer
checkflag 0x200
if B_TRUE goto $GotCookie
message $AskMe
$AskMe 1 = Would you like a Lava Cookie?
boxset 5
compare LASTRESULT B_TRUE
if B_False goto $DontGet
giveitem 0x26 1
setflage 0x200
Release
end


#ORG $GotCookie
Lock
Faceplayer
message $NoCookie
$NoCookie 1 = I'm not made of cookies!/l You only get one.
boxset 6
release
end

ORG $DontGet
Lock
Faceplayer
message $AllMine
$AllMine 1 = All the more for me!
boxset 6
release
end
 
Does anyone know why I get this:
[PokeCommunity.com] You're scripted evolved into a pokescript


When I Compile This Script:
Code:
#org $start
lock
faceplayer
checkflag 0x200
if b_true, goto $done
message $person
boxset 6
givepokemon 244 5 0xD7
setflag 0x200
release
end

#org $done
message $done
boxset 6
release
end

#org $person
$person =Here, \ptake this \v\h01!!

#org $done
$done =Run They are\pafter you!
 
*helps Cooley*

I believe you've overused $done.

Code:
#org $start
lock
faceplayer
checkflag 0x200
if b_true, goto $done
message $person
boxset 6
givepokemon 244 5 0xD7
setflag 0x200
release
end

#org $done
message [B]$done2[/B]
boxset 6
release
end

#org $person
$person =Here, \ptake this \v\h01!!

#org [B]$done2[/B]
$done =Run They are\pafter you!
 
*helps Cooley*

I believe you've overused $done.

Code:
#org $start
lock
faceplayer
checkflag 0x200
if b_true, goto $done
message $person
boxset 6
givepokemon 244 5 0xD7
setflag 0x200
release
end

#org $done
message [B]$done2[/B]
boxset 6
release
end

#org $person
$person =Here, \ptake this \v\h01!!

#org [B]$done2[/B]
$done =Run They are\pafter you!

Don't you mean this...

Code:
#org $start
lock
faceplayer
checkflag 0x200
if b_true goto $done
message $person
boxset 6
givepokemon 244 5 0xD7
setflag 0x200
release
end

#org $done
message $done2
boxset 6
release
end

#org $person
$[B]person 1[/B] =Here, \ptake this \v\h01!!

#org [B]$done2[/B]
$[B]done2 1[/B] =Run They are\pafter you!
 
Don't you mean this...

Code:
#org $start
lock
faceplayer
checkflag 0x200
if b_true goto $done
message $person
boxset 6
givepokemon 244 5 0xD7
setflag 0x200
release
end

#org $done
message $done2
boxset 6
release
end

#org $person
$[B]person 1[/B] =Here, \ptake this \v\h01!!

#org [B]$done2[/B]
$[B]done2 1[/B] =Run They are\pafter you!

Oops, yeah. Sorry, I'm somehow a bit rusty with scripting lately XD
 
Anyawy any ideas what's wrong with mine and joyride's?
 
compiling eh? I'll try that thanks.

Okay I tried compiling it the way your meant to now that I got pokeadvance or whatever but then it said: 'Run-time error "6": Overflow'
 
^ Same with me :( I had it on my computer once before and it worked...
 
When did this become a questions/answers thread? Isn't this just to talk about the new program?

Where else could we get help with the program other than PM flaming this beautiful lady or posting our queries here?
I suppose I could be educated right now by a moderator; it seems to me that this is the best place for Q&A on PokeScript...it makes it easier for new users who just downloaded the program from here to troubleshoot without running all over the forums...
Who knows? I dunno...
Which brings me to my question:

When I attempt to run PokeScript I receive this message:

Run-time error '-2147024770 (8007007e)':
Automation error
The Specified module could not be found.


I wish I had more programming experience so I could actually understand the tools I use.
 
doesn't work!

I tried to download this a lot of times but it never works

I download everything but when i try to use it, it just keeps saying

Run-time error '429':

ActiveX component can't create object
 
Please can someone help I seem to have the old problem of red screen and hung game which means that I've made a mistake in my script right? I can't seem to find what I did wrong though, here's the script:
Spoiler:


And Thanks in advance
 
Thats so unfair, now were my script are going to work
dies Poketscript >__>
if reinstalled,used your uninstall thing,but nothing worked
still the same error message...
"File Not Found or user cancel"
 
This tool is better than scriptED, but this isn't the best either. It compiles very strange. The text messes up. Isn't there a way to remove that out of the program?
 
When I try to open Pokescript, it says:

Run-time error '-2147024770 (8007007e)':
Automation error
The specified module could not be found.

What's happening?!!

P.S. I tried downloading it again, it didn't work
 
Last edited:
Status
Not open for further replies.
Back
Top