- Joined
- Jan 8, 2015
- Messages
- 164
- Reaction score
- 23
- Primarily Uses
Hello there, I'm new in javascript programming, and I'm having difficulties to get an array of map ids for $gameMap.event.
I basically want to do Something like:
var arr = [3, 5, 6]; //array of certain events
return $gameMap.event(arr); //returns to any event which has the ids from array
Can someone please help me with this?
I basically want to do Something like:
var arr = [3, 5, 6]; //array of certain events
return $gameMap.event(arr); //returns to any event which has the ids from array
Can someone please help me with this?