Hollow

Joined: 30th Sep 2010
Posts: 3451
Releasing my gambling system!
I decided to share my gambling system. Please don't claim it as yours, Here it is:
--------------- src/handlers/talk.cpp -------------------
Talk.cpp: http://pastebin.com/tgW3R6Vi [Paste under the Player commands]
-------------- src/map.hpp ---------------
Replace:
Unknown1,
with:
Gambling,
-----------------------
Replace:
SCRIPT_REGISTER_ENUM_VALUE(Unknown1);
With:
SCRIPT_REGISTER_ENUM_VALUE(Gambling);
############## Done! #################
Usage:
Open your map editor select the unknown1 tile, Paste it somewhere save ur map and stand infront of that tile and type: #insert >amount< example: #insert 500. Than you will lose or win 500 gold.
14 years, 9 weeks ago
|
clive
Joined: 6th Aug 2009
Posts: 936
Re: Releasing my gambling system!
Sounds cool.
---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 9 weeks ago
|
Addison

Joined: 24th Mar 2009
Posts: 1380
Re: Releasing my gambling system!
You should make this a patch. +1 for any patches made :D
---
http://www.addipop.com
14 years, 9 weeks ago
|
clive
Joined: 6th Aug 2009
Posts: 936
Re: Releasing my gambling system!
Lol you really want to test that Patch system don't you xD.
---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 9 weeks ago
| | | |