Loading

Revision differences

Old revision #prif7bcczNew revision #pfif4lzeo
26  local myRef = refineries.Begin();  26  local myRef = refineries.Begin();  
27  AISign.BuildSign(AIIndustry.GetLocation(myRef), "destination");  27  AISign.BuildSign(AIIndustry.GetLocation(myRef), "destination");  
28  28  
29  AILog.Info(AITile.GetSlope(0x418E));  29  AILog.Info(AITile.GetSlope(0x418E));  // 0x418E comes from Land Area Information tool within the game
30  AILog.Info(AITile.IsCoastTile(0x418E));  30  AILog.Info(AITile.IsCoastTile(0x418E));  
31  AIMarine.BuildDock(0x418E, AIStation.STATION_NEW);  31  AIMarine.BuildDock(0x418E, AIStation.STATION_NEW);  
32  32