Thread: Random
View Single Post
  #21  
Old 08-31-2006, 06:25 PM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Quote:
Originally Posted by Luigi203
PHP Code:
function onCreated() {
  
this.coords = {{level 1 coords},{level2 coords}, {level 3 coords}};
  
this.levels = {level1,level2,level3};
  
  
this.rand int(random(0,3));
  
setlevel2 this.levels[this.rand],this.coords[this.rand][0],this.coords[this.rand][1];


this not works for me

probly maby the reason is because i dont know gs1
do i use function playerenters() { ????
__________________
**FLIP OUT**
Reply With Quote