View Single Post
  #4  
Old 10-30-2006, 02:26 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
Err... I made an error in my debugging... It's further on in the script that it gets removed... :: continues research ::

Alright -- The error occurs in savevarstoarray( 0 ) – It doesn't save empty vars.

Setting

var.hasStaffBoots=false instead of var.hasStaffBoots=0 has changed the results to the expected ones.
Reply With Quote