P3D-Legacy/P3D/Content/Data/Scripts/startscript/rewardssystem.dat

12 lines
618 B
Plaintext

version=2
@storage.set(string,shortreward,Daily Login Bonus!*This is your reward.)
:select:<system.random(0,5)>
:when:0,1
@text.show(1)
:when:2,3
@text.show(2)
:when:3,4
@text.show(3)
:endwhen
@text.notification(<storage.get(string,shortreward)>,500,1,1,,startscript\rewardsdetailed)
:end