Results 1 to 7 of 7

Thread: Need help, Noob is failing with script..

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Nov 2012
    Posts
    15
    Thanks
    3
    Thanked 18 Times in 11 Posts
    euhm in your secret gsc why not just do:

    main ()
    {
    fall = getent ("fall", "targetname");
    trig = getent ("geheim_trig", "targetname");

    while (true)
    {
    trig wait till ("trigger", user);

    if ((user.name == "Jim") | | (user.name == "Terry") | | (user.name == "bob"))
    {
    fall notsolid ();
    }
    else
    {
    fall solid ();
    }
    }
    }

  2. The Following User Says Thank You to KillerBoB For This Useful Post:

    Sexual-Healing (13th November 2012)

Posting Permissions

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