Naming questions

This is a sample from wossname.ash.
Code:
setvar("ocw_f_arena","");
setvar("ocw_o_arena","melee");
setvar("ocw_m_arena","");

I understand that "setvar("ocw_f_arena","");" means the familiar for the arena, and "setvar("ocw_o_arena","melee");" means the outfit for the arena, but what does "setvar("ocw_m_arena","");" mean?
 

slyz

Developer
From looking at Wossname.ash, ocw_m_<sidequest> is the mood you want to use for a sidequest. If it's empty, OCW uses the default mood set in ocw_m_default.

EDIT: the setvar("ocw_f_arena",""); commands in Wossname.ash are the default settings to put in vars_<playername>.txt when the entries don't exist. Editing those lines in Wossname.ash won't change your settings. To do that, you need to type this in the gCLI: zlib ocw_m_arena = arena, for example.
 
Last edited:
Top