P3D-Legacy/P3D/Content/Data/Scripts/mahogany/Candy.dat

20 lines
936 B
Plaintext

version=2
@Music.play(cherrygrove)
@Text.show(Hiya, kid!*I see you're new~in Mahogany Town.*Since you're new,~you should try a~yummy Rage Candy Bar!*Right now, it can~be yours for just~$300! Want one?)
@Options.show(Yes,No)
:when:Yes
@item.give(114,1)
@item.messagegive(114,1)
@Player.money(-300)
:when:No
@Text.show(Oh, fine then...)
:endwhen
:if:<player.Position>=19,0,9
@Player.turnto(1)
@player.Move(1)
:endif
@npc.Turn(2,2)
:end