Support for backslashed spaces in script commands
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user