Jump to content

Steal the cookie game


RandomGuy1824

Recommended Posts

At this point the cookie is a CD.

Spoiler

#include <cookie.h>

#include <user.h>

#include <magic/magic.h>

#include <magic/polymorph.h>

#include <magic/teleport.h>

int main(){

    magicPos kerboloidPos = magicGetPos("kerbiloid", origin="absolute");

    magicPos telPos = magicAddPos(magicGetPos("Nazalassa", origin="absolute"), magicCreatePos(2,0,0));

    magicForm murshroom = magicGetForm(original="Nazalassa", allAttributes=0, attributes={"murshroom"});

    magicForm mfc = magicGenerateForm(name="cookie", attributes={"cookie", "edible", "murshroom-flavoured"});

    spell(caster="Nazalassa", effect=teleport(target="kerbiloid", pos=telPos, allAttributes=1, inOnePiece=1));

    spell(caster="Nazalassa", effect=polymorph(target="cookie-CD", allAttributes=1, newForm=mfc));

    userGrab(grabber="Nazalassa", grabbed={"murshroom-flavored", "edible", "cookie"})

    spell(caster="Nazalassa", effect=polymorph(target="kerbiloid", allAttributes=1, newForm=murshroom));

    spell(caster="Nazalassa", effect=teleport(target="kerbiloid", pos=kerboloidPos, allAttributes=1, inOnePiece=1));

    spellExit();

    userExit();

    return(0);

}

My Murshroom-Flavoured Cookie.

P.S: @kerbiloid, you're a murshroom now (sorry)

Link to comment
Share on other sites

41 minutes ago, Nazalassa said:

P.S: @kerbiloid, you're a murshroom now (sorry)

No problem, as you have applied a wrong class.

Error 0x345EF54: Unknown property "murshroom-flavored". Suggesting "mushroom-flavored".
> userGrab(grabber="Nazalassa", grabbed={"murshroom-flavored", "edible", "cookie"})

Warning 0x843F654A8:  Possibly incorrect variable name: "kerboloidPos". Suggesting "kerbiloidPos".
> magicPos kerboloidPos = magicGetPos("kerbiloid", origin="absolute");

Error 0x65476: Access violation on the object instantiation. No object created. Program execution aborted.

> Unknown property "murshroom-flavored".
> Possibly incorrect variable name: "kerboloidPos".

System message  0x76D547: Application attempted a suspicious activity and will be closed and will be added to the quarantine list. Done.

System message 0xB7654A: User account "Nazalassa" is locked due to suspicious activity.

System message 0x6587A6:  User account "Nazalassa" is deactivated.

***

Hapless Programmagickal Apprentice Cookie

Spoiler

stock-photo-sad-gingerbread-man-21458002

 

Edited by kerbiloid
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...