Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
To make such an easter egg, you will need to make a Map Script. It requires you know how to code Lua and gmod. Using that, you can control all elements in the map, any gamemode features, player teleports, doors, anything at all (all the gamemode does is code too). I can't really tell you how to code the easter egg since it's gonna be so different, but you can see what I have done with Imprisoned here:
https://github.com/Zet0rz/nzombies/blob/master-workshop/lua/nzmapscripts/nz_zs_obj_station%3BImprisoned.lua
You can end the game by calling the function "nzRound:Win()" with the message you want it to display.