diff options
Diffstat (limited to 'npc/re/guides/navigation.txt')
-rw-r--r-- | npc/re/guides/navigation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/guides/navigation.txt b/npc/re/guides/navigation.txt index b7bde6aab..b0263c93f 100644 --- a/npc/re/guides/navigation.txt +++ b/npc/re/guides/navigation.txt @@ -15,7 +15,7 @@ function script F_Navi { // Uncomment to disable the navigation system. - //set .@disabled,1; + //.@disabled = 1; // This function takes 0 ~ 3 parameters. switch(getargcount()) { |