Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2018, 4:16:02 PM (7 years ago)
Author:
adamc
Message:

scriptablecontroller fixed the No-Script-Option_Error (?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ScriptableController_FS18/src/orxonox/Level.h

    r11855 r11861  
    8787
    8888            inline void setScript(const std::string &script)
    89                 { this->level_script_ = script; }
     89                {   
     90                    orxout(internal_warning) << "hi world" << endl;
     91                    this->level_script_ = script; }
    9092
    9193
Note: See TracChangeset for help on using the changeset viewer.