Results 1 to 4 of 4

Thread: Many triggers with same name

  1. #1
    Private Mariusz's Avatar
    Join Date
    Sep 2017
    Posts
    67
    Thanks
    8
    Thanked 43 Times in 43 Posts

    Many triggers with same name

    How to specify many triggers with the same name?

  2. #2
    Private Lonsofore's Avatar
    Join Date
    Oct 2016
    Posts
    86
    Thanks
    82
    Thanked 38 Times in 25 Posts
    getEntArray?

  3. #3
    Private Mariusz's Avatar
    Join Date
    Sep 2017
    Posts
    67
    Thanks
    8
    Thanked 43 Times in 43 Posts
    I think so, but it's not enough. Either I have a misspeling or entity demands changing though.
    Are capitals or space have signification?

  4. #4
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    You can print all entities in your map and check:

    PHP Code:
    ents GetEntArray();
    for( 
    ents.size i++ ) {
        
    ents];
        
    IPrintLn": " e.targetname " at " e.origin );


Posting Permissions

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