28-03-2007, 01:52 PM
Instead of just copy and pasting try understanding the code that Robin simply wrote up.
Code:
If Player(MyIndex).Access >= 4 then ' If Player's access if larger then or equal to 4
If button = 2 then ' If right click then (next line plx)
Call PlayerWarp(x, y, myindex) ' call sub to warp
end if
end if