Signup Now
Results 1 to 2 of 2
  1. #1
    Free User Reggiu's Avatar
    Join Date
    Dec 2013
    Posts
    13
    Reputation
    10
    Rep Power
    0

    Lightbulb Need 1 action from iBot

    Hello can someone help me with convert this action from ibot?



    Code:
    if Tile.GetByPosition(xxxxx,xxxxx,x):TopCreature():Name() == nick then

  2. #2
    Free User
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    117
    Reputation
    15
    Rep Power
    21
    local cr = findcreatureontile(x,y,z)
    if(cr and cr.name == nick) then

    end
    Regards,
    Colandus

 

 

Posting Permissions

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