Results 1 to 3 of 3

Thread: Not a Valid ObjType

  1. #1
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Not a Valid ObjType

    I just converted one of my older scripts to RF2, and I don't understand why it's saying that I'm not using a valid ObjType.
    Here's the issue -
    Simba Code:
    TheObject := R_GetObjectAt(ObjTile, OBJ_INTERACTABLE);
    I also tried:
    Simba Code:
    TheObject := R_GetObjectAt(ObjTile, 0);
    I do this to detect trees at certain spots for those who were wondering. Can anyone help out? Thanks.

  2. #2
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    for some reason interactables are 1. :\
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  3. #3
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Awkwardsaw View Post
    for some reason interactables are 1. :\
    E: NVM. Haven't had enough sleep.. Thanks! +1
    Last edited by DeSnob; 07-24-2011 at 05:25 PM.

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
  •