Spu7Nix / SPWN-language

A language for Geometry Dash triggers
MIT License
1.06k stars 61 forks source link

Cache macro macro and fixed frames macro #236

Closed SpeckyYT closed 2 years ago

SpeckyYT commented 2 years ago
extract import "util.spwn"

macrp = cache_macro((){
  return $.random()
})

$.print(macrp())
$.print(macrp())
$.print(macrp())
$.print(macrp())
$.print(macrp())
$.print("sussy 😳")
frames(1)
frames(2)
frames(7)
frames(3)
$.print("down the rockefeller street")
@log::runtime::flash(rgb8(255, 0, 100))
zTags commented 2 years ago

macrp

SpeckyYT commented 2 years ago

sussy 😳

krista-chan commented 2 years ago

Spwnny