sry but i have no clue how to code very well.....
i need to make a warp that qill warp from 2 coordinates on the same map.....
ID:178690
![]() Apr 17 2002, 6:34 am
|
|
Never ever use usr in Entered(). This is wrong, wrong, wrong, wrong.
Always take the argument from Entered(); that's the atom that entered, which may not be the same as usr. Lummox JR |
Oh sorry :-\
I have always used usr in Entered() and its worked all the time. So if thats wrong how would I go about it another way then Lummox? Lee |
Mellifluous wrote:
Oh sorry :-\ turf That's the dirt-simplest approach, anyway. The rule of thumb with usr is to never use it outside of a verb (or click/mousedown/etc.) unless you're absolutely sure you know what you're doing with it. Lummox JR |
Lummox JR wrote:
Mellifluous wrote: turf That's the dirt-simplest approach, anyway. Ok, thanks very much Lummox :) Lee |
Try this:
Lee