WARP icon indicating copy to clipboard operation
WARP copied to clipboard

[FEATURE] Enable Client Command /skip on RE Client

Open Litro opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. On Client (RE) Renewal (Not Main) command /skip can't be used the output is invalid command.

Describe the solution you'd like Please make it the command /skip can be used in RE client.

Additional context Nothing

Litro avatar May 18 '23 12:05 Litro

I can use it on my 2022-03-30

SapitoSucio avatar May 23 '23 12:05 SapitoSucio

are you using RE client? that load have text rdata.grf on it? not Main client?

	$$(_ + '1.1 - Get the PHYSICAL address of "rdata.grf" & if present its a renewal client.')
	RGrfPhy = Exe.FindText("rdata.grf", PHYSICAL);
	IsRenewal = (RGrfPhy > 0);

Litro avatar May 27 '23 14:05 Litro