ID:266633
![]() Apr 25 2002, 3:15 pm (Edited on Jun 18 2002, 4:46 pm)
|
|
I fixed it!
|
![]() Apr 25 2002, 3:18 pm
|
|
whats the BugYes var do?
|
Thief jack wrote:
client[snip] runtime error: Cannot read null.loc A client's Click() proc only takes two arguments, Object and Location. You used the same name, T, for three arguments. Notice that in the last line of your error you can see this. The first argument is the turf you clicked. The second is the location of the turf (the turf). The third is null. Unfortunately, you then try to access this null T's loc var. |