Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
include 'vipdisc.isl'
// OTHER VARIABLES AND SUCH
Event INQ : 3 // VIP DISCOUNTS
Call vipDiscount
endevent
sub vipDiscount
// Do Stuff
endsub
string1=Test1
string2=Test2
string3=Test3
num1=Number1
num2=Number2
num3=Number3