
12-30-2007, 05:46 PM
|
|
Will work for food. Maybe
|
 |
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
|
|
Quote:
Originally Posted by Knightmare1
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..
|
|
|