ID:266701
 
runtime error: Cannot read null.key
proc name: Del (/client/Del)
source file: SnowyHill.dm,18
usr: null
src: BountyHunteR (/client)
call stack:
BountyHunteR (/client): Del()
Del()
Menu()
Login()

I keep getting this error!! :(

it's for my quit game button on my main menu....

should I just use Logout()?
Jon Snow wrote:
should I just use Logout()?

Use Logout(), but if you need special things added, then add some stuff to the default proc and call the rest of it with the '..()'.

- Malver