diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-17 18:36:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-17 18:36:13 -0300 |
commit | 7b3909874b0b8e4be81b45f52e5c5ff1ef0a52b1 (patch) | |
tree | bf10c81f99e87ab4da5060f46d631c69dc64e247 /npc/001-8/hub.txt | |
parent | baa3f1564d08a0bed3afc45c79707c809ff76aaf (diff) | |
download | serverdata-7b3909874b0b8e4be81b45f52e5c5ff1ef0a52b1.tar.gz serverdata-7b3909874b0b8e4be81b45f52e5c5ff1ef0a52b1.tar.bz2 serverdata-7b3909874b0b8e4be81b45f52e5c5ff1ef0a52b1.tar.xz serverdata-7b3909874b0b8e4be81b45f52e5c5ff1ef0a52b1.zip |
Experiment with setcells
Diffstat (limited to 'npc/001-8/hub.txt')
-rw-r--r-- | npc/001-8/hub.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 1c54f91e5..e08d9fee4 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -167,6 +167,9 @@ OnBegin: // Throw some random stuff on the whole map. HUBscatter(rand(AquadaBox, WoodenLog)); + // Free player, let's start! + delcells "qhubN"; + delcells "qhubS"; setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_ITEM|PCBLOCK_MOVE|PCBLOCK_COMMANDS, false); specialeffect(60); specialeffect(11); |