Quote:
Originally Posted by cbkbud
Yes, the code you posted earlier had addweapon( weapon ); just change that to addweapon( this.weapon );
|
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?