Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Zoogle INC Modding API
- Functions you can call
- form1.Gamenextyear
- Use for events that could happen.
- year as integer
- In what year does your event need to happen
- Eventmessage as string
- Gets printed into the Log (users can see that)
- Chanche as integer
- What chanche... 1on (chanche) that it happens
- Actions as string (Not implented yet)
- ui message as string
- Messagebox that shows up
- ___________________________________________________
- Returns: True or False
- True= Event happened
- False= Event didn't happen
- form1.WorkApi
- ApI that registers time and load and userbase for events
- time as integer
- The time the Action takes
- Userbase as interger
- How does the userbase grow/shrink with this event
- Load as interger
- How much load does this give the Servers of the player
- Costs as interger
- how much does this cost?
- Message
- What message is going into the log?
- ____________________________________________________________________
- Returns: nothing
- form1.bubble
- Message as string
- What message shows up in the bubble?
- ID as string
- Use 2998
- __________________________________
- Returns: nothing
- form1.CalculateLoad
- Take's no arguments. Calculate's everything just like a normal year pass
- Returns: nothing
Advertisement
Add Comment
Please, Sign In to add comment