P3D-Legacy/P3D/Content/Data/Scripts/kolben/mario.dat

23 lines
1.5 KiB
Plaintext

version=2
:if:<register.registered(isareelnagger)>=True
@text.show(I like how~you roll, man.)
:else
:if:<register.registered(aintnonagger)>=True
@text.show(Yo man, I got this~bike from a friend~two block from here!*Man, whut?*I didn't steal it~man you be trippin'!)
:else
@text.show(Mario: All Bug Catchers~don't need to wear that~lame gear, you feel me?)
@options.show(Yes,No)
:when:Yes
@text.show(That's what I'm~talkin' 'bout man.*It's all about~the soul.)
@Item.give(438,1)
@Item.messagegive(438,1)
@register.register(isareelnagger)
:end
:when:No
@text.show(I knew you couldn't~feel the vibes from~the time you walked~in this hood, man.)
@register.registertime(aintnonagger,1,week)
:end
:endwhen
:endif
:endif
:end