IslandzVW / halcyon

InWorldz Halcyon 3d virtual reality world simulator
BSD 3-Clause "New" or "Revised" License
21 stars 26 forks source link

Character escapes, eg. "\r", fail compile #452

Closed kf6kjg closed 6 years ago

kf6kjg commented 6 years ago
default
{
    state_entry()
    {
        string r = "\r";
    }
}

Results in image

kf6kjg commented 6 years ago

After talking with @appurist it turns out that this is a more general problem in Phlox than I knew: all character escapes aren't being processed correctly.

kf6kjg commented 6 years ago

"\n" works because a literal multiline string works.

kf6kjg commented 6 years ago

This issue was moved to HalcyonGrid/halcyon#4