Support for backslashed spaces in script commands

This commit is contained in:
Ryan Shepherd
2018-10-01 14:21:48 -04:00
parent e7295bb18f
commit 7a31c1fc55
2 changed files with 12 additions and 5 deletions
+4 -3
View File
@@ -9,7 +9,8 @@ __init__:
Show aka3 spritesheet.png 200 0 3 max_loops=10
AddSayer h "Hermione" aka01.png 200 200 200 255
AddSayer h2 "Topless_Hermione" aka05.png 255 0 0 255
AddSayer h2 "Topless\ Hermione" aka05.png 255 0 0 255
AddSayer h3 "Stripping\ Hermione" spritesheet.png 255 0 0 255
Jump donothing
@@ -18,8 +19,8 @@ donothing:
LoopCount=LoopCount+1
h "Loop number [LoopCount]"
TestVar=lc("Foo").uc(lc("Foo"))
h "TestVar [TestVar]"
h2 "TestVar [TestVar]"
TestVar = uc("[TestVar]")
h "TestVar2 [TestVar]"
h3 "TestVar2 [TestVar]"
ExitGame
Jump donothing