open door

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
iRuLez
Posts: 104
Joined: 2006-05-04 18:40:42

open door

Post by iRuLez »

Code: Select all

sub open_door()
   var i
   dim asd[8]
      asd[0] = "0x068D"
      asd[1] = "0x068F"
      asd[2] = "0x06A5"
      asd[3] = "0x06A7"
      asd[4] = "0x06AD"
      asd[5] = "0x06AF"
      asd[6] = "0x0824"
      asd[7] = "0x0826"
         
   #for i = 0 to 3
      if uo.getDistance(asd[i]) then
         uo.usefromground(asd[i])
         return
      end if
   #next
end sub


line 307: Bad operations for this type of variable - ASD
the line 307 is this

Code: Select all

if uo.getDistance(asd[i]) then
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Each element of asd array - graphic type (or something other, not the item ID or object link), not the object.

U must first find object and then get distance to found object..

Turn on u logic, man...
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Kynep
Expert!
Posts: 1348
Joined: 2006-02-07 08:51:40
Location: г. Старый Оскол
Contact:

Post by Kynep »

Destruction wrote:Turn on u logic, man...


You think this is real? :twisted:
Post Reply