Fluxxdog
Active member
Code:
int street_num(location which_house){ //Find the ID number for the location...
for x from 1 to 1000{ //...since to_int($location[]) always returns 0
if(to_location(x)==which_house) return x;}}
Monsters I get.
What I don't get is why the ability to convert a location to its ID number wasn't implemented. Anyone have any insight on that?