Results 1 to 2 of 2

Thread: hey hey

  1. #1
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default hey hey

    Anyone know how to add in something to make a limited time or beta like lite or something.

  2. #2
    Join Date
    Jan 2012
    Location
    Minneapolis, Mn
    Posts
    185
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here's a little snippet that should give you enough to create your own version of a limited time:

    Simba Code:
    MarkTime(T);
    repeat
        Wait(1000);
    until TimeFromMark(T) > 60000

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •