You've already forked AM2R-Community-Updates
mirror of
https://github.com/izzy2lost/AM2R-Community-Updates.git
synced 2026-03-10 11:23:35 -07:00
9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
/// create_log_obj(offset, label, text, pic, spacing, log_id)
|
|
l = instance_create(32, 64 + argument0 * argument4, oLog);
|
|
l.label = argument1;
|
|
l.ltext = argument2;
|
|
l.lpic = argument3;
|
|
l.optionid = argument0;
|
|
l.logid = argument5;
|
|
return l;
|