*pl "You are in a forest." act "Go north": cla *pl "You walk north." goto "forest_north" end Or in the editor: you add a , add an action , set its description, and in the action code write goto "location_name" .
It sounds like you’re asking about the in the context of interactive fiction / text-based games, likely referring to the QuestSoft Player (QSP) format used primarily for Russian-language interactive fiction (e.g., games from the Path of the Hero / SP community). qsp game editor
The key “piece” you might be missing is: *pl "You are in a forest
— it’s a visual development tool for creating .qsp format games. If you meant a or specific version ,
If you meant a or specific version , let me know — or clarify what “piece” refers to (code snippet, file structure, tool feature, etc.).