Mizai
Pokémon Ranger
I was editing the scripts for the computer...and i was wondering if it's possible to make this an actual function in the game
@text.show(Booting up the PC...*Choose a host to~connect to.)
@options.show(Bill's PC,Inbox,Edit Sprite,Log off) <-- // Added Edit Sprite on the pc
:when:Bill's PC
@screen.storagesystem
@script.start(computer_choose)
:when:Inbox
@screen.mailsystem
:when:Edit Sprite <-- // Added this to call to Edit Sprite on list.
@player.wearskin(Mizai2) <-- // Added this to add the sprite to the player/Show them a list of sprites to choose from.
@script.start(computer_choose)
:when:Log off
:endscript
:endwhen
:end

Now, what should really happen here, is a box should pop up and allow you to pick the sprite sheet you wish to use, that said, this should only show up if you have the community sprite pack enabled. and since the thumbnails of the pictures are so small...it shouldn't be an issue to make them show up in a list to scroll through them by name. This way only sprite content can be changed, and no one is putting nonesense or hacking stuff into the game. I think that the Community Sprite Pack should be able to edited, since i like to make sprites, should be able to edit them myself and put new sprites in, OR, upload and let tornado release new sprite packs. I can always edit them offline mode.
@text.show(Booting up the PC...*Choose a host to~connect to.)
@options.show(Bill's PC,Inbox,Edit Sprite,Log off) <-- // Added Edit Sprite on the pc
:when:Bill's PC
@screen.storagesystem
@script.start(computer_choose)
:when:Inbox
@screen.mailsystem
:when:Edit Sprite <-- // Added this to call to Edit Sprite on list.
@player.wearskin(Mizai2) <-- // Added this to add the sprite to the player/Show them a list of sprites to choose from.
@script.start(computer_choose)
:when:Log off
:endscript
:endwhen
:end
Now, what should really happen here, is a box should pop up and allow you to pick the sprite sheet you wish to use, that said, this should only show up if you have the community sprite pack enabled. and since the thumbnails of the pictures are so small...it shouldn't be an issue to make them show up in a list to scroll through them by name. This way only sprite content can be changed, and no one is putting nonesense or hacking stuff into the game. I think that the Community Sprite Pack should be able to edited, since i like to make sprites, should be able to edit them myself and put new sprites in, OR, upload and let tornado release new sprite packs. I can always edit them offline mode.
Last edited: