GML-Quellcode
- name=get_string('How your pinball table should be called?','pinball')
- pinballtable=file_text_open_write(name+'.pinball')
- with (bumperklein)
- {
- file_text_write_string(pinballtable,'100 '+string(x)+' '+string(y))
- }
- with (bumpergross)
- {
- file_text_write_string(pinballtable,'1000 '+string(x)+' '+string(y))
- }
- file_text_write_string(pinballtable,string(round(random(1000000))))
- file_text_close(pinballtable)show_message('Saved as '+name+'.pinball!')
Irgendwie sagt der GM dann aber: File not opened for reading. Was ist los?
<Irrenhaus3>wenn [zensiert] erstmal das sabbeln anfängt, wird sogar ne Sinuskurve linear, um schneller abzuhauen
<Irrenhaus3>da geht alles in Deckung
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Superyoshi ()



