• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Forum moderator applications are now open! Click here for details.
  • 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.

XSE Scripting Tutorial

Status
Not open for further replies.

Schiffy

Faceless Hack Supporter
33
Posts
16
Years
  • Age 30
  • Orre
  • Seen Jan 31, 2024
Only a few questions:
1. how do you make a sprite disappear/reappear?
2. how do you make the screen fade to give the sprite time to disappear?
(together they would be known as the basic Team Rocket tactic)
 

xGGxToiZ

>.//:SO HOT:\\.<
44
Posts
14
Years
Only a few questions:
1. how do you make a sprite disappear/reappear?
2. how do you make the screen fade to give the sprite time to disappear?
(together they would be known as the basic Team Rocket tactic)

Let's see . .
We have hidesprite and showsprite commands. (Temporary)
We also have setflag and clearflag. (Permanent)

I have an example:
Spoiler:


And the flag 1000, you have to put it in the "Person ID" Box.
So:
Person ID: |1000|


Try it! Hope it helps ^^
 

Schiffy

Faceless Hack Supporter
33
Posts
16
Years
  • Age 30
  • Orre
  • Seen Jan 31, 2024
thanks, i needed that, but i still can't figure out how to compile it, the tutorial on the first page wasn't in depth enough
 

xGGxToiZ

>.//:SO HOT:\\.<
44
Posts
14
Years
'Bout this?

thanks, i needed that, but i still can't figure out how to compile it, the tutorial on the first page wasn't in depth enough

Here, this might help:
Spoiler:


Hope it solves your problem! ^^
 

Schiffy

Faceless Hack Supporter
33
Posts
16
Years
  • Age 30
  • Orre
  • Seen Jan 31, 2024
@xGGxToiZ ok, I'm still having minor problems now, i get errors when i try to compile
these are the first two i got:
apparently there supposed to be TWO spaces between the command msgbox and the @(whatever), but i fixed that
the other is the fact that it doesn't recognize the command "boxset" this is part of my script to give a level 50 Venasaur:

#org @give
givepokemon 0x3 0x50 0x0 0x0 0x0 0x0
fanfare 0x13E
waitfanfare
setflag 0x1200
msgbox @poke
boxset 0x6
release
end
 

Darthatron

巨大なトロール。
1,152
Posts
18
Years
@xGGxToiZ ok, I'm still having minor problems now, i get errors when i try to compile
these are the first two i got:
apparently there supposed to be TWO spaces between the command msgbox and the @(whatever), but i fixed that
the other is the fact that it doesn't recognize the command "boxset" this is part of my script to give a level 50 Venasaur:

#org @give
givepokemon 0x3 0x50 0x0 0x0 0x0 0x0
fanfare 0x13E
waitfanfare
setflag 0x1200
msgbox @poke 0x6
release
end

The boxset command was removed in the new versions of XSE.

Can a mod please lock this thread? It's completely out dated.
 
Status
Not open for further replies.
Back
Top