View Single Post
  #3  
Old 06-26-2001, 06:11 AM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
Well, you can simulate the map thingy kinda. In like, the main level for your world (ie. unstick me level), add this code:

if (playerenters) {
setimg myworldmap.gif,0,0,2,2;
setmap myworldmap.gif,myworldmap.txt,64,64;
}

The player would automatically download the latest map addition from the server, then set their map as it. =P
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote