Error when switching paths
Posted: Mon Aug 03, 2009 4:15 pm
I get an error when i try to load another path
which gives me the error:
i have a path called travel1.xml in the waypoints folder so not sure why it says its a nil value
Code: Select all
<waypoint x="-3463" z="-34534">
if( player.Level > 15 ) then
load_paths("travel1");
end;
</waypoint>
Code: Select all
[string "..."]:4: attempt to call global 'load_paths' (a nil value)