diff --git a/src/uncategorized/randomEventRoll.tw b/src/uncategorized/randomEventRoll.tw
index 43d7412525e5fdeac61f9de018855132527632e9..f8816671791cc15247ba768dd20d2dd66b73c1bf 100644
--- a/src/uncategorized/randomEventRoll.tw
+++ b/src/uncategorized/randomEventRoll.tw
@@ -3,6 +3,6 @@
 <<set $goto = $events.random()>>
 <<if $goto.startsWith("JSRE")>>
 	<<run App.Events.setGlobalEventForPassageTransition($goto)>>
-	<<goto "JS Random Event">>
+	<<set $goto = "JS Random Event">>
 <</if>>
 <<goto $goto>>