Graphic For Fun [Tutorial, Expo, School, Renders, Contest...]

script by .A.C.E.

« Older   Newer »
 
  Share  
.
  1. .A.C.E.
        +1   -1
     
    .

    User deleted


    script random di un allenaore(o altro) che fa' apparire pokèmon spettro delle prime tre generazioni
    percentualita' di come appariranno:
    Misdreavus=12.5%
    Duskull=12.5%
    Shuppet=25%
    Gastly=37.5%
    Sabley=12.5%
    per usarli vi chiedo di creditarmi
    SPOILER (click to view)
    CODICE
    #dynamic 0x80000
    #org @inizio
    lock
    faceplayer
    message @tipo 0x6
    random 0x8
    compare LASTRESULT 0x0
    if 0x1 goto @misdreavus
    compare LASTRESULT 0x1
    if 0x1 goto @duskull
    compare LASTRESULT 0x2
    if 0x1 goto @shuppet
    compare LASTRESULT 0x3
    if 0x1 goto @gastly
    compare LASTRESULT 0x4
    if 0x1 goto @sableye
    compare LASTRESULT 0x5
    if 0x1 goto @shuppet
    compare LASTRESULT 0x6
    if 0x1 goto @gastly
    compare LASTRESULT 0x7
    if 0x1 goto @gastly
    release
    end

    #org @tipo
    = Io faccio apparire poke'mon di tipo\nspettro.

    #org @misdreavus
    cry 0xC8 0x0
    wildbattle 0xC8 0x5 0x0 0x0

    #org @duskull
    cry 0x163 0x0
    wildbattle 0x163 0x5 0x0 0x0

    #org @gastly
    cry 0x5C 0x0
    wildbattle 0x5C 0x5 0x0 0x0

    #org @sableye
    cry 0x142 0x0
    wildbattle 0x142 0x5 0x0 0x0

    #org @shuppet
    cry 0x161 0x0
    wildbattle 0x161 0x5 0x0 0x0
     
    Top
    .
0 replies since 13/3/2011, 15:21   30 views
  Share  
.