diff --git a/src/hollywoo/Movie.kiss b/src/hollywoo/Movie.kiss index 87a5cf7..da75a7e 100644 --- a/src/hollywoo/Movie.kiss +++ b/src/hollywoo/Movie.kiss @@ -44,4 +44,8 @@ (dictSet shownScenes name true) FirstAppearance }) - cc)) \ No newline at end of file + cc)) + +(method newActor [name :Actor actor :Continuation cc] + (dictSet actors name actor) + (cc)) \ No newline at end of file