View Single Post
  #20  
Old 12-30-2007, 05:46 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Knightmare1 View Post
dam chris, you've done it again.
and is there a way to randomize spawn points once picked up? like
PHP Code:
setlevel2"final_gmap.gmap"randomize(1,200), randomize(1,200) ); 
would this work?
PHP Code:
temp.spawnpoints={{1,5},{8,2},{9,1},{12,62},{12,6},{15,73},{51,52}};
temp.random=int(random(0,temp.spawnpoints.size());
setlevel2("final_gmap.gmap",temp.spawnpoints[temp.random][0],temp.spawnpoints[temp.random][1]); 

Last edited by DustyPorViva; 12-30-2007 at 06:14 PM..
Reply With Quote