summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-15 04:12:18 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-15 04:12:18 -0300
commit6cbd6ddfc240f0380cb2ce08b6973fca7a37b44b (patch)
tree2c835153a87dbdaacf2878c6550ba6a4304171b7 /src/emap/script_buildins.h
parentd64597d38a52a9e5aa4423080a343bfa22f55e63 (diff)
downloadevol-hercules-6cbd6ddfc240f0380cb2ce08b6973fca7a37b44b.tar.gz
evol-hercules-6cbd6ddfc240f0380cb2ce08b6973fca7a37b44b.tar.bz2
evol-hercules-6cbd6ddfc240f0380cb2ce08b6973fca7a37b44b.tar.xz
evol-hercules-6cbd6ddfc240f0380cb2ce08b6973fca7a37b44b.zip
New (DANGEROUS) Function for Moubootaur Legends runtime: resetrng()
This will select a new seed (between 0 and 4294967295) and replace it. Using this command should affect EVERYTHING ingame - from scripts to monsters.
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r--src/emap/script_buildins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h
index bf437c2..73769b9 100644
--- a/src/emap/script_buildins.h
+++ b/src/emap/script_buildins.h
@@ -120,6 +120,7 @@ BUILDIN(homstatus);
BUILDIN(readparam2);
BUILDIN(InstanceOwner);
BUILDIN(aggravate);
+BUILDIN(resetrng);
// Overrides
BUILDIN(countitem);