View Single Post
  #4  
Old 01-08-2003, 07:13 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
umm, no for the setstring DBnpcname.this.string, stefan would just encode it as a work around, it would not be more efficent at all, it would either require ALL serverside npcs to have ALL the database strings sent to them often or it would work just the same as doing
with(getnpc(name)) setstring thiso.string,#s(this.string);
but in a different way
Reply With Quote