Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[Resolved] Place attr_acc. :event_id where to access self.event_id in an event?

Do you know where to place attr_acc~something :event_id in the scripts, so I can access "self.event_id" in a script call of an event on the map?

Thanks!!
 
Code:
class Interpreter
  attr_reader :event_id
  def event
    return $game_map.events[event_id]
  end
end

Now, in your script command:
Code:
Script :event_id
# or
Scene: event

First one returns event id, second one return the Game_Event data.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top