mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
7 lines
227 B
Plaintext
7 lines
227 B
Plaintext
disableserialization;
|
|
_display = finddisplay 9898;
|
|
call EPOCH_EPad_clearscreen;
|
|
_htmlctrl = (_display displayctrl 1901);
|
|
_htmlctrl ctrlshow true;
|
|
_html = "epoch_code\gui\scripts\e_pad\Apps\E_Pad.html";
|
|
_htmlctrl htmlLoad _html; |