Results 1 to 2 of 2

Thread: How to NOT add to an integer...

  1. #1
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How to NOT add to an integer...

    SCAR Code:
    CastOn(Curse, MonsterName; MColours; 15): True;
             InChatMulti(defence, already, weakened;): True then
             TotalCurses = TotalCurses + 1;

    What I want is when:
    SCAR Code:
    InChatMulti(defence, already, weakened;): True then
    is true, then I want it to NOT at to TotalCurses.

  2. #2
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. function SendKeyboard(FKey:Integer; Text:String): Integer;
    By Daniel in forum Research & Development Lounge
    Replies: 4
    Last Post: 07-18-2007, 04:28 PM

Posting Permissions

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