Creeper World IXE
Game Basics
Features
Mapmaking
This is an old revision of the document!
EndsWith
Takes two strings from the stack and returns whether the first string ends with the second (case sensitive)
if (EndsWith("Hello there" "there")) Trace("I went there") endif