Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can't make a door unlock
Post: Can't make a door unlock

I have added something to my map, but when I use the key, it just can't unlock here is the script: Code://////////////////////////// // Run when entering map void OnEnter() { AddUseItemCallback("", "...
jmayo Development Support 4 3,591 04-03-2013, 02:24 PM
    Thread: Problems
Post: RE: Problems

Didnt Work
jmayo Development Support 4 3,504 10-15-2011, 12:35 AM
    Thread: Problems
Post: Problems

I Will Be Posting Script Problems here From now On Here is My First One: Script //////////////////////////// // Run when entering map void OnEnter() ////////////////////////////+ // Run first time st...
jmayo Development Support 4 3,504 10-15-2011, 12:23 AM
    Thread: A Quick Question
Post: A Quick Question

When I Load The Map Maker Im Making A Dungeon For My Story And When I Scroll To Increase Screen Size Ive reached the scrolling limit so i cant make my map bigger how do i solve this?
jmayo Development Support 3 3,153 10-14-2011, 01:23 PM
    Thread: Need a modeller [Minecraft Custom Story]
Post: RE: Need a modeller [Minecraft Custom Story]

Im Imagining A Blocky Brute
jmayo Custom Stories, TCs & Mods - Development 7 10,779 10-07-2011, 04:13 AM
    Thread: Another Problem
Post: RE: Another Problem

[Image: http://img405.imageshack.us/img405/6536/erroris.png] Here Is The Whole Script: ////////////////////////////+ // Run first time starting map void OnStart() { AddUseItemCallback("", "Prisonk...
jmayo Development Support 5 3,989 10-07-2011, 12:16 AM
    Thread: Another Problem
Post: RE: Another Problem

I Took That Part From Another Story And No Its Not The Whole script The Rest is For Unlocking A Door
jmayo Development Support 5 3,989 10-06-2011, 12:08 AM
    Thread: Another Problem
Post: Another Problem

I Am Trying to make The monster Spawn When You Go To The Script Area And I Tried This: AddEntityCollideCallback("Player", "monster", "MonsterStart", true, 1); } void MonsterStart(string &in a...
jmayo Development Support 5 3,989 10-05-2011, 11:46 PM
    Thread: Team Wanted
Post: Team Wanted

I need Someone To Make A 3 New Monsters Sounds And Scripts I Make The Maps And Together we will make the SCARIEST Custom Story Ever. :shy:
jmayo Custom Stories, TCs & Mods - Development 2 3,324 10-05-2011, 09:42 PM
    Thread: monster script setup
Post: RE: monster script setup

Can someone Make A Script making when You Put in a key a Monster spawns
jmayo Development Support 20 20,983 10-05-2011, 09:33 PM
    Thread: Key On Door Error
Post: RE: [Help!]Key On Door Error

Thx :D
jmayo Development Support 15 11,049 10-05-2011, 07:47 PM
    Thread: Key On Door Error
Post: RE: [Help!]Key On Door Error

Forgot That One Last * [Image: http://img404.imageshack.us/img404/5506/errorwo.png] //////////////////////////// // Run first time starting map void OnStart() { AddUseItemCallback("", "Prisonkey_1...
jmayo Development Support 15 11,049 10-05-2011, 07:30 PM
    Thread: Key On Door Error
Post: RE: [Help!]Key On Door Error

//////////////////////////// // Run first time starting map void OnStart() { AddUseItemCallback("", "Prisonkey_1", *prison_1", "keyondoor", true); } void Myfunc(string &in asItem, string &i...
jmayo Development Support 15 11,049 10-05-2011, 07:24 PM
    Thread: Key On Door Error
Post: RE: [Help!]Key On Door Error

(10-05-2011, 07:03 PM)Your Computer Wrote: (10-05-2011, 06:52 PM)jmayo Wrote: I Know How to Script Its Just There is A Error I Looked at a Video Step By Step And POW! ERROR Your script implies tha...
jmayo Development Support 15 11,049 10-05-2011, 07:20 PM
    Thread: Key On Door Error
Post: RE: [Help!]Key On Door Error

I Know How to Script Its Just There is A Error I Looked at a Video Step By Step And POW! ERROR
jmayo Development Support 15 11,049 10-05-2011, 06:52 PM
    Thread: Key On Door Error
Post: Key On Door Error

I Tried scripting A Key To Open On a Door But It Crashes And Gives me This Error: [Image: http://img21.imageshack.us/img21/813/errorkx.png][/URL] Here Is What I Used: Code://////////////////////////...
jmayo Development Support 15 11,049 10-05-2011, 06:43 PM