Thread: Quest Problem
View Single Post
  #10  
Old 03-02-2003, 02:01 PM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default

Nope it's lowercase in Wesquest also

snprintf(filename, 254, "quests\\%i.qst", npc_id);
snprintf(filename, 254, "quests/%i.qst", npc_id);
Reply With Quote